Skip to content

Instantly share code, notes, and snippets.

@henri
Forked from lszeremeta/git_basic_config.sh
Created June 28, 2023 03:38
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 henri/8a6ea9c56c474c1dd646c4942b243950 to your computer and use it in GitHub Desktop.
Save henri/8a6ea9c56c474c1dd646c4942b243950 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