Project for DOS batch command which assists git operation.
- update.bat
usage: path> update
description: update all sub-folder at current path to newest version from remote repository.
- checkout.bat
usage: path> checkout [branch_name]
description: check all sub-folder at current path whether it has the given branch, if the branch exists at local, checkout to that branch.