aanand / git-up

NOT MAINTAINED
http://aanandprasad.com/git-up/
MIT License
2.61k stars 148 forks source link

Whitespace changing #94

Open s10wen opened 9 years ago

s10wen commented 9 years ago

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?

bharteesahare commented 1 year ago

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