1 points | by muzani 12 hours ago ago
1 comments
I've started just running git diff --stat first and reading the most-changed files in full instead of only looking at diff hunks. The surrounding context matters way more than the change itself and GitHub actively hides it.
I've started just running git diff --stat first and reading the most-changed files in full instead of only looking at diff hunks. The surrounding context matters way more than the change itself and GitHub actively hides it.