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工具更新所有分支的代码
- Host: GitHub
- URL: https://github.com/livexy/git-update
- Owner: LiveXY
- Created: 2018-09-14T03:02:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T06:33:38.000Z (over 3 years ago)
- Last Synced: 2025-06-02T03:45:51.398Z (10 months ago)
- Topics: git-batch-pull, git-pull, git-update
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 #更新指定分支代码
```