Kevin Schaul
Kevin Schaul

Visual journalist/hacker covering AI

git diff --ignore-all-space

TIL git diff has an argument --ignore-all-space (or -w) which ignores whitespace. Perfect for when a bunch of code got indented but was otherwise unchanged – the indentation changes will not get flagged!