Git credential helper pass

Posted on Fri 14 October 2016 in Git • Tagged with Git, pass

At work we use Git with https auth, which sadly means I can't use ssh keys. Since I don't want to enter my password every time I pull or push changes to the server, I wanted to use my password manager to handle this for me.

Git has pluggable credential …


Continue reading