多彩编程 多彩编程MZPH · CODE BLOG
ARTICLE DETAIL

文章详情

深耕前端与后端开发技术的一线实战笔记与踩坑复盘。

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

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