This commit is contained in:
JMARyA 2023-12-31 07:01:10 +01:00
parent e59e47d4f0
commit 213edaf1d3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -217,6 +217,9 @@ git diff
# Output a summary of file creations, renames and mode changes since a given commit:
git diff --summary commit
# Output a statistic of changes
git diff --stat commit
# Compare a single file between two branches or commits:
git diff branch_1..branch_2 [--] path/to/file