|
|
|
|
|
by hiddew
619 days ago
|
|
The post considers rebasing the fork. It seems easier to do only merges. You can merge specific upstream commits, or the entire upstream branch. That way you only need to merge in the changes, and not resolve the same conflicts for each downstream commit, every time the upstream is changed. |
|
The way the author suggests is way cleaner IMO.