[VersionControl][Git]How To Override Global Username(Using Local User)
Keywords: git, Global Username, Local Username
Modify config file, path:
myrepo/.git/config
Add Username and Email. e.g.:
[user]
name = myname
email = 123@abc.com
Global User can be modified in .gitconfig
, file path:
C:\Users\XXX\.gitconfig
What matters in life is not what happens to you but what you remember and how you remember it. -Gabriel Garcia Marquez