【git 小技巧】设置 vscode 为 git 默认编辑器 雷雷雷_Ray 2023-03-05 523 阅读1分钟 git config --global core.editor "code --wait" 这样配合 vscode 的 gitlens 插件,可以很便捷的进行 git rebase -i