赞
踩
假设已有在另一台主机上提交好了代码到github,可以github仓库中新建分支
在另一台电脑上
git init
git remote add origin remote_url
git branch -m host_branch_name
git add .
git commit -s
git pull origin new_remote_branch_name
git push --force origin host_branch_name:new_remote_branch_name
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。