Skip to content

Latest commit

 

History

History

47900175

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

View on StackOverflow ..

Remove your user settings:

Name: $~ git config --global --unset user.name

Email: $~ git config --global --unset user.email

or all your global settings:

$~ git config --global --unset-all

Then set your username in git.

To check who you are:

$~ git config --list