Git commit message validation

My commit message will be in the following format:

ANDROID-123 #commit Your commit message

ANDROID- is fixed keyword.

Any suggestion please?


Git hooks are scripts that run automatically at certain stages of your git workflow. There is a commit-msg git hook for the purpose of checking or changing commit messages during the commit process. See the git scm documentation for more details.