git-pair
git-pair copied to clipboard
Configure git to commit as more than one author
I worked at Pivotal Labs for 14 years, and worked on lots of projects that used git-pair. It was a wonderful tool, but I think there's an unintended side-effect. If...
Display the abbreviation the system uses for each author in the output of `git pair`: Perhaps something like: ``` Current config: Email template: Author list: Bob McKenzie (abbr: BM) Doug...
Add a parameter to `git pair --add` to allow the user to set custom abbreviations for each author. Something like: `git add --add 'Arthur Dent ' Dent`
I had a quick go at fixing master but it wasn't trivial. This is branched of the v0.1.0 tag, and adds the --reset option, which I needed to make this...
I wasn't quite sure how to resolve differences with master.
Any plans to update the gem with the current feature branch? I would like to see the ability to use a username instead of initials to setup the email address.