#type/zk/zettel #a/maturity/seed
# List of useful [[Entries/Git]] commands
```zsh
# search for commits that made changes to certain piece of text in a file
git log -S'someVariable' -- path/to/file
# search for commits that changed line 740 in current checkout
git log -L 740,740:path/to/file
```
---
Sowed on:: [[2024-01-31|2024-01-31]]
Sources::
See also::
Related references::
Further reading::