Skip to content

Instantly share code, notes, and snippets.

@macoj
Last active August 29, 2015 14:27
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 macoj/2f58b574496bef925de1 to your computer and use it in GitHub Desktop.
Save macoj/2f58b574496bef925de1 to your computer and use it in GitHub Desktop.
git-related command
git config --global url."https://yourusername@github.com".insteadOf "https://github.com"
git config --global credential.helper 'cache --timeout=28800'
git config remote.origin.url https://{USERNAME}:{PASSWORD}@github.com/{USERNAME}/{REPONAME}.git
git config -l
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR EMAIL ADDRESS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment