Skip to content

Commit 12df70f

Browse files
committed
CONTRIBUTING.md: Add help for resolving a pull request
1 parent 5be3061 commit 12df70f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,20 @@ makes it difficult for the reviewer to follow them. It might also happen that
354354
you introduce regression and won't be able to recover them from previous
355355
commits.
356356

357+
If you encounter a merge conflict you could either resolve it by hand with an
358+
editor and use
359+
360+
$ git add -p
361+
362+
To add your changes or use a merge tool like [meld](https://meldmerge.org/) to
363+
resolve your merge conflict.
364+
365+
$ git mergetool
366+
367+
After the merge conflict is resolved you can continue to rebase by using
368+
369+
$ git rebase --continue
370+
357371
Once squashing is done, you will have to force push your branch to update the
358372
PR:
359373

0 commit comments

Comments
 (0)