赞
踩
1.git clone别人的代码到本地
2.修改.git/config文件将url替换成自己的github仓库地址
git remote rename origin origin-old
3.git remote add origin 自己的github仓库地址
git push -u origin master
或者git push -u origin --all
git push -u origin --tags
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。