Skip to content

Instantly share code, notes, and snippets.

@nazariyv
Created September 17, 2020 11:09
Show Gist options
  • Save nazariyv/00df98a7bc8b69e616026461b0a5e50c to your computer and use it in GitHub Desktop.
Save nazariyv/00df98a7bc8b69e616026461b0a5e50c to your computer and use it in GitHub Desktop.
GIT SETUP
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment