Skip to content

Instantly share code, notes, and snippets.

@shivampip
Created November 18, 2019 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivampip/60bcd9ab6c06dfa95d571a96c0d15829 to your computer and use it in GitHub Desktop.
Save shivampip/60bcd9ab6c06dfa95d571a96c0d15829 to your computer and use it in GitHub Desktop.
Unix Store Git Credentials
  • Run this cmd
git config credential.helper store
  • Perform push/pull (it will ask username and password once and then store them)
  • Next time not username or password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment