git rebase -i {commitID}
執(zhí)行時會在vscode自動打開一個git-rebase-todo的空文件夾.
解決方法:
git config --global core.editor "vim"
使用vim打開
git rebase -i {commitID}
執(zhí)行時會在vscode自動打開一個git-rebase-todo的空文件夾.
解決方法:
git config --global core.editor "vim"
使用vim打開