赞
踩
以此开源代码为例,点击Fork,将项目Fork到你自己的Github仓库中。
clone第一步Fork到你Github仓库的代码。注意:clone你自己仓库的那个代码
将你本地clone下来的代码与原开源Github仓库建立连接
git remote add upstream https://github.com/mengshukeji/Luckysheet
git remote -v
前面是你自己仓库地址,后面是原开源Github仓库地址
git checkout -b zcf
- git add .
- git commit -m "测试Pull Request"
git push origin zcf
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。