From 4a8c6fe24c23b0ab36e68595a4bc3a2cfc288fc0 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:24:06 +0200 Subject: [PATCH] Update diff.md --- cheatsheets/version-control/git/commands/diff.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cheatsheets/version-control/git/commands/diff.md b/cheatsheets/version-control/git/commands/diff.md index e6ef48797..448ba0d39 100644 --- a/cheatsheets/version-control/git/commands/diff.md +++ b/cheatsheets/version-control/git/commands/diff.md @@ -22,8 +22,7 @@ Long help: $ git diff --help ``` -
-Long help output +Long help output: ``` NAME @@ -43,8 +42,6 @@ DESCRIPTION ... ``` -
- So you can run against zero, one or two commits. And can specify paths.