Search This Blog

Friday 21 February 2020

Git credential helper

Cache git credentials in memory for 1 hour
git config --global credential.helper 'cache --timeout=3600'
this prevents having to re-enter credentials during every interaction when using an HTTPS clone

No comments:

Post a Comment