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