最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

diff - git blame only commits on feature-branch after master? - Stack Overflow

programmeradmin1浏览0评论

If I've branched off master onto feat-branch, can I run git blame on a file and only highlight/emphasize lines changed in commits after I diverged from master?

This would be helpful for when I am rebasing my feat-branch, to squash certain commits together, to clean up my log to make it easier to review.

Otherwise, I am scrolling through git log -p file which works, but is a bit harder to comprehend where the changes are spatially in the file.

发布评论

评论列表(0)

  1. 暂无评论