Running SSH Agent when starting Git Bash on Windows
I am using git bash. I have to use eval `ssh-agent.exe` ssh-add /my/ssh/location/ every time when I start a new git bash. Is there a way to set ssh agent permanently? Or does windows has a good ...