vscode图形化 git rebase -i

设置默认Git编辑器 core.editor( commit message 编辑时) 和 序列编辑器 sequence.editor(比如 rebase 时)


vscode:

git config --global core.editor "code --wait"
git config --global sequence.editor "code --wait"

 





cursor:
git config --global sequence.editor "cursor --wait"

 

 

image

 

image

 

 

 

转自:https://yogwang.site/2025/cursor-vscode-gitlens-rebase-editor/

 

posted on 2025-12-24 18:54  龍瀧尨呀  阅读(2)  评论(0)    收藏  举报

导航