Skip to content

Instantly share code, notes, and snippets.

@macoj
Last active August 29, 2015 14:27
Show Gist options
  • 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://[email protected]".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