Open the command line.
Set your username:
git config --global user.name "FIRST_NAME LAST_NAME"
Set your email address:
git config --global user.email "[email protected]"
Created
March 6, 2020 01:13
-
-
Save melastmohican/4c699887f7be2d30b4b1d9f3e3e93243 to your computer and use it in GitHub Desktop.
Global git username/email configuration.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment