We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be3061 commit 12df70fCopy full SHA for 12df70f
CONTRIBUTING.md
@@ -354,6 +354,20 @@ makes it difficult for the reviewer to follow them. It might also happen that
354
you introduce regression and won't be able to recover them from previous
355
commits.
356
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
371
Once squashing is done, you will have to force push your branch to update the
372
PR:
373
0 commit comments