From c1589a2b0dc23553fbb999e2d98a667728dc06f3 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Feb 2024 11:06:29 +0100 Subject: [PATCH] Update Git.md --- cmd/Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Git.md b/cmd/Git.md index f3e5e72..0d37b8b 100644 --- a/cmd/Git.md +++ b/cmd/Git.md @@ -1,7 +1,7 @@ - Prune local branches: `git fetch -p` - start maintenance: `git maintenance start` - 'real blame': `git blame -w -C -C -C` -equivalent in intellij (not really sure it's completely equivalent, maybe it's just -C -C) +-- equivalent in intellij (not really sure it's completely equivalent, maybe it's just -C -C) image MAN: