Skip to content

Instantly share code, notes, and snippets.

@sumitsahoo
Last active July 15, 2024 09:10
Show Gist options
  • 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 "Sumit Sahoo"
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