Skip to content

Instantly share code, notes, and snippets.

@artgris
Last active March 23, 2017 13:38
Show Gist options
  • Save artgris/63c3310f73b9397b385bd18f5141d4d5 to your computer and use it in GitHub Desktop.
Save artgris/63c3310f73b9397b385bd18f5141d4d5 to your computer and use it in GitHub Desktop.
Overrides the global git configuration
- An individual repo :
git config user.name "Your Name Here"
git config user.email your@email.com
- Global configuration :
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment