如何在同一分支上的两个不同提交之间区分相同的文件?

╄→尐↘猪︶ㄣ 提交于 2020-08-08 12:12:13

问题:

In Git, how could I compare the same file between two different commits (not contiguous) on the same branch (master for example)? 在Git中,我如何比较同一分支(例如master)上两个不同提交(不连续)之间的相同文件?

I'm searching for a compare feature like the one in Visual SourceSafe (VSS) or Team Foundation Server (TFS). 我正在搜索Visual SourceSafe (VSS)或Team Foundation Server (TFS)中的比较功能。 Is it possible in Git? Git有可能吗?


解决方案:

参考一: https://stackoom.com/question/E0Ok/如何在同一分支上的两个不同提交之间区分相同的文件
参考二: https://oldbug.net/q/E0Ok/How-do-I-diff-the-same-file-between-two-different-commits-on-the-same-branch
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!