Skip to content

Instantly share code, notes, and snippets.

@othree
Created June 5, 2015 10:52
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 othree/77cfdfef52c5b82a1fb3 to your computer and use it in GitHub Desktop.
Save othree/77cfdfef52c5b82a1fb3 to your computer and use it in GitHub Desktop.
git config --global alias.user '!f() { if [ "$1" = "360" ]; then git config user.name "othree"; git config user.email othree@360.cn; else git config user.name "othree"; git config user.email othree@gmail.com; fi; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment