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"


转自:https://yogwang.site/2025/cursor-vscode-gitlens-rebase-editor/
浙公网安备 33010602011771号