Skip to content

Commit dc568e6

Browse files
committed
added command to view list of commits that have deleted files
1 parent cbd3ba3 commit dc568e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ To go through the renames for a specific file us
9696
> git log --follow -- <path-to-file\>
9797
9898
To show more information about a particular commit
99-
> git show <commit-identifier\>
99+
> git show <commit-identifier\>
100+
101+
To view list of commits that have deleted files use
102+
> git log --diff-filter=D --summary

0 commit comments

Comments
 (0)