Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Last active February 21, 2017 01:36
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 gelanivishal/6526610f09398cfa7ffa628af4ae77b5 to your computer and use it in GitHub Desktop.
Save gelanivishal/6526610f09398cfa7ffa628af4ae77b5 to your computer and use it in GitHub Desktop.
Git: Change user of your local repository
git config --global user.name "Your name"
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