Need git rebase -Xignore-all-space to preserve my space

前端 未结 2 1717
北恋
北恋 2021-01-05 01:00

I am doing a rebase of a big change, with a lot of whitespace changes. In order for the merge to work at all, I need -Xignore-all-space.

According to git --help reba

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 01:45

    I guess your only option is to use a git merge instead, this way it doesn't swap theirs and ours.

提交回复
热议问题