vmware-archive / git-author

An easy way to setup multiple authors based on `git commit --template`. It depends on git-together
BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

README: let users know that alias is not necessary #19

Closed oliverralbertini closed 5 years ago

oliverralbertini commented 5 years ago

git-together advises to alias git=git-together, which is sort of undesirable. With git-author, it is no longer necessary to do that, since it reads the author info from a template. In the git-author script, git-together is called directly.

Authored-by: Oliver Albertini oalbertini@pivotal.io

oliverralbertini commented 5 years ago

Just realized that the git-together alias is necessary to alternate author on commits.