|
|
|
|
|
by 32bitkid
4061 days ago
|
|
I don't mean to be a fuddy-duddy, but I don't get it... How is this better/worse than doing... git config user.name Foobar
git config user.email foo@bar.com
...which will set that config variable for the current repository only -- not global. I ended up do the a similar thing for a simple git pairing tool[1] that would let you set your name to two people, so that one could discern the pair from the commit logs[1]:https://github.com/32bitkid/git-working-with |
|