Git

Git Cli重设commit用户名hint

null

Posted by NeptLiang on March 1, 2021

Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate.

git config --global user.name "Your Name"
git config --global user.email you@example.com

After doing this, you may fix the identity used for this commit with:

git commit --amend --reset-author

//End of Article


公众号二维码