Я пытаюсь перестроить ветвь, а git вылезает из-за попытки выполнить какое-либо действие слияния, которое не выполняется. Как мне получить git, чтобы остановить это?
# git rebase -f --onto master~2 master~ master
First, rewinding head to replay your work on top of it...
Applying: r1002 - CS 1.0.23
Using index info to reconstruct a base tree...
M about.html
<stdin>:68: trailing whitespace.
<stdin>:115: trailing whitespace.
<stdin>:201: trailing whitespace.
<stdin>:2369: trailing whitespace.
<stdin>:2385: trailing whitespace.
warning: squelched 2305 whitespace errors
warning: 2310 lines add whitespace errors.
Falling back to patching base and 3-way merge...
Auto-merging about.html
CONFLICT (content): Merge conflict in about.html
Failed to merge in the changes.
Patch failed at 0001 r1002 - 1002
The copy of the patch that failed is found in:
/local/melder/tmp/test/.git/rebase-apply/patch
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
Как вы можете видеть, есть ошибки с пробелами 2000+, а не что-то легкое для слияния вручную.
Изменить: на этот шаг теперь без слияния:
# git add -A
# git rebase --continue
Забастовкa >
Редактировать: неважно, что это глупая идея.