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: