Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 323 Bytes

更新所有分支的代码

#获取代码安装

git clone https://github.com/LiveXY/git-update.git
cd git-update/
npm install && npm link

#实例

git-update all #更新所有分支的代码
git-update ./path #更新指定目录下的所有分支代码
git-update branchname #更新指定分支代码