An open API service indexing awesome lists of open source software.

https://github.com/livexy/git-update

git工具更新所有分支的代码
https://github.com/livexy/git-update

git-batch-pull git-pull git-update

Last synced: about 2 months ago
JSON representation

git工具更新所有分支的代码

Awesome Lists containing this project

README

          

更新所有分支的代码
#####

#获取代码安装
```
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 #更新指定分支代码
```