Git — Hard
Key points
- `git log --follow` is essential for following file history across renames
- Without `--follow`, Git stops at the point of rename
- With `--follow`, Git detects renames using similarity scoring
Ready to go further?
Related questions
Git — Hard
Key points
Ready to go further?
Related questions