gpt4 book ai didi

git - 如何使用网络浏览器在 git 上的特定文件中查找差异

转载 作者:太空狗 更新时间:2023-10-29 14:16:33 25 4
gpt4 key购买 nike

我知道对于 Git Bash,你可以使用这个命令:git diff [--options] [--] [...] 但我想知道是否有任何方法可以找到使用浏览器的特定文件之间的区别。

就像我们可以在提交中找到更改一样,但这包括所有文件 (https://github.com/github/linguist/compare/c3a414e..faf7c6)

我只想查找对一个特定文件的更改。

最佳答案

您至少可以(通过浏览器)查看实际涉及给定文件的提交。
为此,您需要访问 "History" page of said fil电子:

https://github.com/github/linguist/commits/master/lib/linguist/heuristics.rb

但这不会给你两个提交之间的任何差异。

另一种解决方法是至少获取该文件的 blame View 。

https://github.com/github/linguist/blame/master/lib/linguist/heuristics.rb

对于此处显示的任何差异,您可以 click and see the previous revision information for that line, including who committed the change and when .

https://cloud.githubusercontent.com/assets/3477155/21945511/a5145ddc-d9a9-11e6-9723-85f8c498139b.gif

关于git - 如何使用网络浏览器在 git 上的特定文件中查找差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54012997/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com