当我执行git pull --rebase时,在我的提交中有合并冲突,我得到冲突差异视图,解决所有冲突并暂存文件,然后呢?我可以打开一个终端并运行git rebase --continue,但是VS代码中不应该有一个按钮来完成变基吗?
git pull --rebase
git rebase --continue
ih99xse11#
只要使用commit按钮/ action,当你在做一个rebase时,commit按钮会执行git rebase --continue而不是git commit(源代码)。
git commit
1条答案
按热度按时间ih99xse11#
只要使用commit按钮/ action,当你在做一个rebase时,commit按钮会执行
git rebase --continue
而不是git commit
(源代码)。