git-up
git-up copied to clipboard
Whitespace changing
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?
git up --ignore-whitespace or git rebase --whitespace=fix to have Git automatically fix whitespace issues as it’s rewriting the patches.