Update Git.md

This commit is contained in:
Sander Hautvast 2024-02-12 11:06:16 +01:00 committed by GitHub
parent 2050fd4d59
commit 3b4502e816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
- Prune local branches: `git fetch -p` - Prune local branches: `git fetch -p`
- start maintenance: `git maintenance start` - start maintenance: `git maintenance start`
- 'real blame': `git blame -w -C -C -C` - '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)
<img width="546" alt="image" src="https://github.com/shautvast/notes/assets/3645743/ea6a901a-2d4d-42ea-9858-594827ae66ea"> <img width="546" alt="image" src="https://github.com/shautvast/notes/assets/3645743/ea6a901a-2d4d-42ea-9858-594827ae66ea">
MAN: MAN: