0
点赞
收藏
分享

微信扫一扫

git merge master时报错 hint: Waiting for your editor to close the file...

后来的六六 2022-04-21 阅读 64
git

知识补充:

拉取远端主分支最新代码时,步骤如下:

跳转到master分支

git checkout master

接着执行: 

git fetch
git merge

跳转回自己的分支 例如div分支

git checkout dev
git merge master
举报

相关推荐

0 条评论