How to store git password in config and allow automatisations

One of the best git commands i found so far is the following:

git config credential.helper store

This way git doesn’t ask anymore for user / pass when you try to push / pull from a repository givind us the posibility to automate things. Automate code pushing to servers . Automatic folder sincronisations with a git repo and much more .

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.