Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace changing #94

Open
s10wen opened this issue Jun 4, 2015 · 1 comment
Open

Whitespace changing #94

s10wen opened this issue Jun 4, 2015 · 1 comment

Comments

@s10wen
Copy link

s10wen commented Jun 4, 2015

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants