Skip to content

Instantly share code, notes, and snippets.

@sumitsahoo
Created February 29, 2024 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumitsahoo/865a989eb72aebfea8ea81ab456bfb5a to your computer and use it in GitHub Desktop.
Save sumitsahoo/865a989eb72aebfea8ea81ab456bfb5a to your computer and use it in GitHub Desktop.
Set local git user name and email
git config --local user.name "Your Name"
git config --local user.email "youremail@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment