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
Secure option is to use regular SSH with public/private key pair.