I would like to know if there is a possibility of me caching my password for my git user so I will not be prompted for the password every time I perform a git pull from the server, remembering that I am not allowed to change the server settings
// Update
I use command line via linux shell and I'm not using git hub git server is installed on a server and always prompts for password at the time of pull
Objective I have a Shell Script that updates 5 projects at once but it requests 5 times the password msame would like to pass something by parameter such as git pull origin master --nopassword or git pull origin master --password 12345