Skip to content

Instantly share code, notes, and snippets.

@alexandre-touret
Created February 15, 2018 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandre-touret/4ef7484bc00bf607e3c8e28c1d53afba to your computer and use it in GitHub Desktop.
Save alexandre-touret/4ef7484bc00bf607e3c8e28c1d53afba to your computer and use it in GitHub Desktop.
GIT CONFIG
git config --global user.name "Alexandre Touret"
git config --global user.email "john@doe.com"
git config --global credential.helper store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment