summary refs log tree commit diff
path: root/Cheat sheets/Git.md
blob: 5297eda5444f0127f81f5bfd39b1f01b55a48b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
created: 2024-01-01
description: Handy git commands
---

### See changes since last commit
```bash
git diff HEAD~0
```

### Commit parts of a file
[filip-prochazka.com - Git: commit only parts of a file](https://filip-prochazka.com/blog/git-commit-only-parts-of-a-file)