git-up icon indicating copy to clipboard operation
git-up copied to clipboard

Whitespace changing

Open s10wen opened this issue 10 years ago • 1 comments

If I commit some code, then someone else commits and pushes, then I run git up so it rebases, sometimes the whitespace changes from 4 spaces to a tab.

Any ideas please?

s10wen avatar Jun 04 '15 15:06 s10wen

git up --ignore-whitespace or git rebase --whitespace=fix to have Git automatically fix whitespace issues as it’s rewriting the patches.

bharteesahare avatar Nov 01 '23 06:11 bharteesahare