Last active
August 29, 2015 14:27
-
-
Save macoj/2f58b574496bef925de1 to your computer and use it in GitHub Desktop.
git-related command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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