windows - Changing the Git username -


i use git gnu bash, version 4.3.42(5)-release (x86_64-pc-msys) windows 8.1 pro. gave username @ beginning typing command: git config --global user.name"xyz" when i've got github, username taken, tried change git username same 1 github. typing same command typing : git config --list keeps showing old username, i've tried uninstall it, , retype same command, it's same issue. maybe can tell me how fix ?

look @ both .gitconfig file in home directory global settings , .git/config in specific project override values.

in windows there may extra steps view these files.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -