From d31091d9377a79f80940adee753910a86ab6f997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 17 Jul 2020 19:58:11 +0200 Subject: [PATCH] git-diff: remove 9th example Closes #3753. --- pages/common/git-diff.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/git-diff.md b/pages/common/git-diff.md index cb2695dbf..5b8593222 100644 --- a/pages/common/git-diff.md +++ b/pages/common/git-diff.md @@ -27,10 +27,6 @@ `git diff --summary {{commit}}` -- Create a patch file: - -`git diff > {{target_file}}.patch` - - Compare a single file between two branches or commits: `git diff {{branch_1}}..{{branch_2}} [--] {{path/to/file}}`