Is there a way to securely let git remember my credentials when connecting to remote repositories over HTTP(S)?
I\'ve tried the core.askpass approach d
core.askpass
This might work for you... http://samuel.kadolph.com/2011/03/store-your-git-https-passwords-in-your-os-x-keychain/