You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of Contents

How to cache Credentials

git config credential.helper store
git config --global push.default simple

 

Update Repository

push.bat
git add --all && git commit -m "%1" && git push
  • No labels