Skip to content

Instantly share code, notes, and snippets.

@rs9899
Created May 29, 2020 08:19
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 rs9899/72d0d3b4d0f3df87f9ca2b02b0bdaa7a to your computer and use it in GitHub Desktop.
Save rs9899/72d0d3b4d0f3df87f9ca2b02b0bdaa7a to your computer and use it in GitHub Desktop.
Git Starter Code
git config --global user.name "Rupesh"
git config --global user.email "rupesh95903@gmail.com"
git config --global color.ui true
git config --global core.editor vim
git config --global credential.helper store # only on your private machines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment