赞
踩
git clone 项目git地址
cd 项目名
git checkout -b 分支名
git add .
git commit -am 提交描述
git push origin 分支名
git remote add upstream 原始项目git地址
git fetch upstream
git checkout 分支名
git merge upstream/分支名
git push origin 分支名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。