vscode 可视化 git history commit 对比两个特定 commit

发布时间:2026/7/30 10:15:25
vscode 可视化 git history commit 对比两个特定 commit
vscode 的可视化 git history commit 只能看单个 commit 的修改。我想看到从 commit1 - commit 100 的整合修改但又不想用 git rebase 去 squash 这些 commits有办法吗回答首先在可视化 git history 那里选择最新的 commit右键选择 compare with选择你要对比的那个 commit即可。