|
|
|
|
|
by marcan_42
1881 days ago
|
|
It's actually more efficient to do it this way. When you develop in a fork, you end up having to both keep rebasing on mainline, and then on submission, you might find that large parts of the code are the wrong approach or do not meet upstream standards, and need to be rewritten. By planning for incremental merges, you ensure that your foundation is solid and acceptable and avoid wasted work. |
|