Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

File metadata and controls

13 lines (7 loc) · 383 Bytes

Project for DOS batch command which assists git operation.

  1. update.bat

usage: path> update

description: update all sub-folder at current path to newest version from remote repository.

  1. 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.