Skip to content

Instantly share code, notes, and snippets.

@lszeremeta
Last active June 28, 2023 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lszeremeta/a720258923be6153ced4c0c3711d64a9 to your computer and use it in GitHub Desktop.
Save lszeremeta/a720258923be6153ced4c0c3711d64a9 to your computer and use it in GitHub Desktop.
git workshops
git config --global color.ui true
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR@EMAIL.com"
git config --global credential.helper cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment