|
|
|
|
|
by chusk3
2620 days ago
|
|
For me the right way is never to allow non-ff merges and instead require all changes to be integrated into your branch (either via rebase or merge from base into your branch) before merging. GitLab supports this flow nicely and it has been wonderful for ensuring that the resulting product passes tests. |
|
I have to keep merging upstream whenever upstream changes?
Some PRs are open for days.