Command line interface for creating git commit templates provisioned with one or more co-authors.
The latest version of git-team has been built against go version 1.12.
make
sudo make installWith an ansible playbook
ansible-playbook git-team.yml --ask-become-pass
git team add noujz "Mr. Noujz <noujz@mr.se>"To review your current aliases use:
git team listTo remove an alias use:
git team rm noujzThis alias (along with others) can then be used as an argument to the enable command and will be resolved while parsing the command line.
git team [enable] noujzApart from one or more aliases, you may provide a properly formatted co-author aswell.
git team [enable] noujz <alias1> ... <aliasN> "Mr. Green <green@mr.se>"Just use git commit. Please note that templates don't affect -m.
git team disablesudo make purge