Created
May 1, 2022 13:30
-
-
Save Nav-Appaiya/02ff9c469f26e898f73b0c0b7abbb535 to your computer and use it in GitHub Desktop.
set your git username + email
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
To set your global username/email configuration: | |
Open the command line. | |
Set your username: git config --global user.name "Nav Appaiya" | |
Set your email address: | |
git config --global user.email "[email protected]" | |
git config --global user.name "Nav Appaiya" | |
git config user.email "[email protected]" | |
git config user.name "Nav Appaiya" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment