Created
May 20, 2019 20:41
-
-
Save esnho/4bbc539b87f23c83a98c6a6b218dc130 to your computer and use it in GitHub Desktop.
Useful commands to change identity on git cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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