Skip to content

Instantly share code, notes, and snippets.

@esnho
Created May 20, 2019 20:41
Show Gist options
  • Save esnho/4bbc539b87f23c83a98c6a6b218dc130 to your computer and use it in GitHub Desktop.
Save esnho/4bbc539b87f23c83a98c6a6b218dc130 to your computer and use it in GitHub Desktop.
Useful commands to change identity on git cli
git config credential.username "username"
git config user.email "[email protected]"
git config user.name "Name Surname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment