当前位置:   article > 正文

不同电脑同一个账号提交到同一个仓库github中的不同分支

不同电脑同一个账号提交到同一个仓库github中的不同分支

不同电脑同一个账号提交到同一个仓库github中的不同分支

假设已有在另一台主机上提交好了代码到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
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号