Table of Contents

How to cache Credentials

git config credential.helper store

 

Update Repository

git add --all && git commit -m "$1" && git push