Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents

Table of Contents

How to cache Credentials

Code Block
themeEmacs
languagebash
git config credential.helper store
git config --global push.default simple
git config --global user.email you@example.com

 

Update Repository

Code Block
themeEmacs
languagebash
titlepush.bat
git add --all && git commit -m "%1" && git push