For use with https://github.com/git-duet/git-duet. Allows you to specify who is pairing on a commit using their initials.
Use the following to clone this repo, and create a symlink where git-duet
expects to find its configuration, pointing to the cloned repo (so you can update it easily).
# Don't run a command between these two otherwise the symlink won't generate correctly
# Clone this repo and create symlink to the cloned repo
git clone [email protected]:EngineerBetter/git-authors.git $HOME/workspace/git-authors
ln -s !$/.git-authors $HOME/.git-authors