Source Control


Git Hook For Commit Message Style

Sept. 25, 2021 |  Categories:  Scripting   Source Control   Productivity  

Description:

This hook can be used to check commit message styling. Failure of this script will prevent the commit from being made and display an appropriate error message.


Use the hook globally:

  1. Create a directory for git hooks and tell git where to find it:
    git config --global init.templatedir '~/.git-templates'
    mkdir -p ~/.git-templates/hooks

2.

...

Bitnami Redmine Advanced SVN Integration on CentOS 7

Sept. 7, 2020 |  Categories:  Redmine   Source Control   Linux  

Important Notes on the Bitnami Redmine Stack:

The Bitnami Redmine Stack is a very clean and simple way of installing Redmine. It also has the advantage of being well supported and documented. It avoids the hassle of having to install mysql, ruby, rails, subversion, etc individually. However, there are some important things to keep in mind:

...

Migrate Redmine Between Servers

Sept. 7, 2020 |  Categories:  Redmine   Source Control   Linux  

Migrate the MySQL Database

Migrate the Files Directory

...