All Projects → cgbystrom → awesome-trunk-based-dev

cgbystrom / awesome-trunk-based-dev

Licence: other
A curated list of trunk based development resources

Awesome trunk based development Awesome

A curated list of everything related to trunk based development.

What is trunk based development?

A short summary taken from trunkbaseddevelopment.com describes it as this:

A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques, avoid merge hell, do not break the build, and live happily ever after.

For a more in-depth introduction to the idea, I highly recommend the linked site above by Paul Hammant.

Since I've been maintaining a list of sites, videos and blog posts on trunk based development, I figured it could be of more use if I made it public instead. It's simply a collection of links on this topic 😄 If you'd like to contribute, do send a pull request!

Trunk based development

Monorepo

Version Control

Builds and Continuous Integration

Contributing

Pull requests are more than welcome. The common theme above are challenges that arise when scaling the number of developers while keeping a central infrastructure (be it VCS, build systems, CI servers and so on).

License

CC0

To the extent possible under law, Carl Byström has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].