shellscript and git hook script for logging git command
- Install git command logger
- Copy all script from for-bash/for-zsh file and copy to .bashrc/.zshrc (depends on which shell you are using)
- Import hook scripts
- from Homebrew
brew tap sdlab-naist/formulas
brew install git-logger
git logger install path/to/git/repo
- from shellscript
sh bin/git-logger install path/to/git/repo