a batch file that update your git repositories
- Ensure there is a blank line at the end of
repos.txt
, otherwise it will conflict with the previous repository directory. - The default update behavior is:
You can change it in bat if necessary,or just type manual when asked for commit message to complete the update yourself if the three cannot meet your needs.
git add . git commit -m "the commit message you input" git push
- The
git_update_auto
is faster and more concise,which is more suitable for automated execution.