Table of Contents
How to cache Credentials
git config credential.helper store git config --global push.default simple
Update Repository
git add --all && git commit -m "$1" && git push
Table of Contents
git config credential.helper store git config --global push.default simple
git add --all && git commit -m "$1" && git push