You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Every repository on your computer
$ git config --global user.name "theprimone"# Single repository
$ git config user.name "theprimone"# Set the Git editor
$ git config --global core.editor "vim"