I\'ve accidentally put some whitespace in my initial commit - it shows up red in git diff --color. What\'s the best way to get rid of the existing whitespace and ho
See this thread git remove trailing whitespace in new files before commit on using git rebase to strip whitespace from files that you've already committed.