I need a way off avoiding entering my password manually when a git pull command is executed in a build script I have.
I have tried the ssh keygen method and the git credentials caching method but both of them do not work for me.
So is there any way of somehow storing the password in the shell script somewhere, so the password prompt just uses the stored password, instead of waiting for me to enter the password explicitly and hitting enter.
Thanks guys.