Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Last active February 21, 2017 01:36
Show Gist options
  • 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 "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment