我被分配了一项任务,从我们的 git 存储库中删除不必要的文件。这会导致删除许多文件并编辑少数其他文件。当我发出git show
或git log -p
我的屏幕被已删除文件的内容淹没时,我几乎找不到有意义的部分,即我在其他文件中所做的修改。
插图:
--- a/path/to/a/file
+++ /dev/null
@@ -1,41 +0,0 @@
-Lots of content I don't want to see.
-Lots of content I don't want to see.
-Lots of content I don't want to see.
-Lots of content I don't want to see.
-Lots of content I don't want to see.
-...
有没有办法禁止显示已删除文件的内容?