I am using git in my development environment.
When I run the command git pull origin master
is there any way to pass the
passphrase from the command line.
I am using git in my development environment.
When I run the command git pull origin master
is there any way to pass the
passphrase from the command line.
You should be using an agent for this so that you only need enter your passphrase once.