Tuesday, 27 October 2015

Git credential helper

To permanently store password for git:

git config credential.helper store

Use should specify caching expire:

git config --global credential.helper 'cache --timeout 7200'

No comments:

Post a Comment