Skip to content

Instantly share code, notes, and snippets.

@chinboon
Created August 11, 2017 09:44
Show Gist options
  • Save chinboon/7fb8de12a2d7a9123f1c61675a296132 to your computer and use it in GitHub Desktop.
Save chinboon/7fb8de12a2d7a9123f1c61675a296132 to your computer and use it in GitHub Desktop.
git-change-password-win-mac.sh
# 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