나는 github repo를 포크하고 github repo에서 작업했습니다.
풀 요청을했고 완료되었습니다.
그 후 업스트림에 더 많은 커밋이 있었으므로 이제 리베이스하고 싶습니다. 그게 내가해야 할 일입니다.
하지만 다음과 같은 병합 충돌이 발생합니다.
First, rewinding head to replay your work on top of it...
Applying: Issue 135 homepage refresh
Using index info to reconstruct a base tree...
<stdin>:17: trailing whitespace.
%h4
warning: 1 line adds whitespace errors.
Falling back to patching base and 3-way merge...
Auto-merging app/views/layouts/application.html.haml
CONFLICT (content): Merge conflict in app/views/layouts/application.html.haml
Auto-merging app/views/home/index.html.haml
CONFLICT (content): Merge conflict in app/views/home/index.html.haml
Auto-merging app/views/home/_group_projects.html.haml
CONFLICT (content): Merge conflict in app/views/home/_group_projects.html.haml
Failed to merge in the changes.
Patch failed at 0001 Issue 135 homepage refresh
When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To check out the original branch and stop rebasing run "git rebase --abort".
이 문제를 해결하는 방법을 모르겠습니다. 도와주세요.