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: