mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
CONTRIBUTING.md: Add help for resolving a pull request
This commit is contained in:
parent
81dbab193e
commit
7aae27de03
@ -354,6 +354,20 @@ makes it difficult for the reviewer to follow them. It might also happen that
|
||||
you introduce regression and won't be able to recover them from previous
|
||||
commits.
|
||||
|
||||
If you encounter a merge conflict you could either resolve it by hand with an
|
||||
editor and use
|
||||
|
||||
$ git add -p
|
||||
|
||||
To add your changes or use a merge tool like [meld](https://meldmerge.org/) to
|
||||
resolve your merge conflict.
|
||||
|
||||
$ git mergetool
|
||||
|
||||
After the merge conflict is resolved you can continue to rebase by using
|
||||
|
||||
$ git rebase --continue
|
||||
|
||||
Once squashing is done, you will have to force push your branch to update the
|
||||
PR:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user