aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.cheat2
1 files changed, 0 insertions, 2 deletions
diff --git a/git.cheat b/git.cheat
index cf50d0b..e690ad0 100644
--- a/git.cheat
+++ b/git.cheat
@@ -17,14 +17,12 @@ git remote get-url origin
# Diff a specific file between commits
git diff \
- --color-words \
--ignore-space-change \
<start_commit_id>..<end_commit_id> \
-- <files_changed_between_commits>
# Diff files changed compared to master branch
git diff \
- --color-words \
--ignore-space-change \
-- <files_changed_compared_to_master_branch>