Last active
July 15, 2024 09:10
-
-
Save sumitsahoo/865a989eb72aebfea8ea81ab456bfb5a to your computer and use it in GitHub Desktop.
Set local git user name and email
This file contains 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 --local user.name "Sumit Sahoo" | |
git config --local user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment