1.git clone ‘url’(远程地址)
2.通过vscode打开
git clone 远程分支之后如何提交到新的分支
git clone 远程分支之后如何提交到新的分支
3.点击master,点击选择你要的该分支。
4. 执行git checkout -b dev_xjh_offline(你的分支,如果没有会自动创建)
5.执行git branch 命令
6.git push origin dev_xjh_offline
7.输入密码即可
git clone 远程分支之后如何提交到新的分支

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2022-02-08
  • 2021-12-19
  • 2021-11-21
  • 2021-11-19
  • 2022-01-11
  • 2021-11-19
猜你喜欢
  • 2022-02-08
  • 2021-05-28
  • 2022-02-07
  • 2022-01-29
  • 2021-11-19
  • 2021-11-21
相关资源
相似解决方案