After installing Git for Windows, I am using Git CMD (not Git Bash). I have a passphrase-protected private key stored at %USERPROFILE%/.ssh/id_rsa
I am running a script that performs Git actions on multiple repos. Every time it interacts with a new repo I have to enter my passphrase again.
Is there any way I can enter my passphrase only once (kind of like Pageant)?