Skip to content

Instantly share code, notes, and snippets.

@melastmohican
Created March 6, 2020 01:13
Show Gist options
  • Save melastmohican/4c699887f7be2d30b4b1d9f3e3e93243 to your computer and use it in GitHub Desktop.
Save melastmohican/4c699887f7be2d30b4b1d9f3e3e93243 to your computer and use it in GitHub Desktop.
Global git username/email configuration.

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 "MY_NAME@example.com"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment