Created
August 11, 2017 09:44
-
-
Save chinboon/7fb8de12a2d7a9123f1c61675a296132 to your computer and use it in GitHub Desktop.
git-change-password-win-mac.sh
This file contains hidden or 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
# windows | |
git config --global credential.helper wincred | |
# mac | |
git config --global credential.helper osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment