Last active
April 21, 2020 07:59
-
-
Save igorescobar/4502786 to your computer and use it in GitHub Desktop.
A simple way to make pair programming possible with git and doesn't loose track of who's pair programming with you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
pair = !git config user.name \"Igor & $1\" | |
unpair = config --unset-all user.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment