Skip to content

Instantly share code, notes, and snippets.

@lucasprogamer
Created March 27, 2016 23:40
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 lucasprogamer/919fa56cb09472d28000 to your computer and use it in GitHub Desktop.
Save lucasprogamer/919fa56cb09472d28000 to your computer and use it in GitHub Desktop.
git save credencials
You can store your credentials using the following command
$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
Also I suggest you to read
$ git help credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment