From 47974e88f310691e0313b592da1f929e9bb1688a Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Feb 2024 11:06:47 +0100 Subject: [PATCH] Update Git.md --- cmd/Git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/Git.md b/cmd/Git.md index 0d37b8b..a72ce04 100644 --- a/cmd/Git.md +++ b/cmd/Git.md @@ -1,7 +1,8 @@ - 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: