There are some tasks that are only possible/easier to do in git bash (or Terminal) than in SourceTree. I have most of my repositories on bitbucket and use ssh key.
The problem I have is that even though I load my key with SourceTree (Pageant putty client) the terminal requires me to load it again. It can be a pain with longer keyphrase as well as once the terminal is closed and opened again it is required to enter password again.
As you can see agent is running, key is loaded, but I am still asked to enter my passphrase in git terminal/git bash.
Is there a way to load the key only once?
Thank you