Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created May 1, 2022 13:30
Show Gist options
  • Save Nav-Appaiya/02ff9c469f26e898f73b0c0b7abbb535 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/02ff9c469f26e898f73b0c0b7abbb535 to your computer and use it in GitHub Desktop.
set your git username + email
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