Skip to content

Instantly share code, notes, and snippets.

@martdn
Created March 31, 2020 16:57
Show Gist options
  • Save martdn/ee32d4b88aedf28f0011cf6f0fd30ffd to your computer and use it in GitHub Desktop.
Save martdn/ee32d4b88aedf28f0011cf6f0fd30ffd to your computer and use it in GitHub Desktop.
How to save username and password in git?
git config --global credential.helper store
git pull and git ls-remote http://REPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment