Set Email and Username in the Specific Project in GIT
To check the global email and username set in Git, you can use the following commands:
Check global username:
git config --global user.name
Check global email:
git config --global user.email
Set a specific email and username
To set a speci...
software-engineer.thirdygayares.com2 min read