gitmsg is an application for writing git commit messages according to the git 50/72 rule.
Clone the repository:
git clone https://github.com/alvii147/gitmsg.gitSetup gitmsg:
cd gitmsg/
./setup.shSet up alias to script by adding the following to ~/.bashrc or ~/.bash_profile:
alias gitmsg="/absolute/path/to/gitmsg/gitmsg.sh"gitmsg helps write git commit messages based on the git 50/72 rule.
Usage:
gitmsg [OPTIONS]
Options:
-g, run in GUI mode
-c, run in CLI mode
-h, show help
gitmsg -ggitmsg -c

