Skip to content

Instantly share code, notes, and snippets.

@sonhmai
Created September 3, 2018 06:15
Show Gist options
  • Save sonhmai/d7ab8cb6c629d9d6a6f3ede41c1b999f to your computer and use it in GitHub Desktop.
Save sonhmai/d7ab8cb6c629d9d6a6f3ede41c1b999f to your computer and use it in GitHub Desktop.
GIT
# saves credentials
$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment