Skip to content

Instantly share code, notes, and snippets.

@igorescobar
Last active April 21, 2020 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorescobar/4502786 to your computer and use it in GitHub Desktop.
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.
[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