Command line interface for managing and enhancing git commit
messages with co-authors.
git team assignments add noujz "Mr. Noujz <[email protected]>"
To review your current assignments use:
git team assignments
Apart from one or more aliases, you may provide a properly formatted co-author aswell.
git team [enable] noujz <alias1> ... <aliasN> "Mr. Green <[email protected]>"
Just use git commit
or git commit -m <msg>
.
git team disable
git-team uses a prepare-commit-msg
hook to inject co-authors into a commit message. This hook is installed into /usr/local/etc/git-team/hooks
. When you enable
git-team, the git config option core.hooksPath
will be set to point to that directory. Along with the prepare-commit-msg
hook come proxies for all the other git hooks, so that other existing repo-local hooks are still being triggered.
- internal quality: refactor
Dockerfile
s andMakefile
for a better development experience