Pages

Sunday, March 30, 2014

Using OSX keychain to store git credentials

On Mac if you have the latest version of git, you can use following command to tell git to use OS X keychain.

git config --global credential.helper osxkeychain

Note that the credential helper only works with HTTPS requests.

No comments:

Post a Comment