Go to the folder you want to change the git config cd YourFlolder If you need to change the name git config user.name "Your name" If you need to change the email git config user.email "[email protected]" Then you can verify it with the command cat .git/config