I wanted to avoid Git asking for password every time I do

git pull

Since Git client was using SSH for communicating with the Git server, the solution was to configure SSH between the Git client machine and Git server machine to be done without password. I found this web page with clear explanation of how to do this.