|
|
|
|
|
by awesome_dude
59 days ago
|
|
Trunk based development has every developer in the company committing straight to main - no PRs, supposedly no merge conflicts (but reality is that main moves fast and if someone else is working in the same files as someone else, there will be merge conflicts) A middle ground is small PRs where people are constantly rebasing to the tip of main to keep conflicts to a minimum |
|