From 3b4502e8161296f9c6b72c67be7c50e5ad74606a Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Feb 2024 11:06:16 +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 d57e09b..f3e5e72 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 +equivalent in intellij (not really sure it's completely equivalent, maybe it's just -C -C) image MAN: