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

阅读 64

2022-04-21

知识补充:

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

跳转到master分支

git checkout master

接着执行: 

git fetch
git merge

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

git checkout dev
git merge master

精彩评论(0)

0 0 举报