Skip to content
On this page

Version control

I use Git for all my version control.

changesets is neat tool. Graphite & Sapling look useful.

I love the idea of big monorepos with great tooling to support making changes and releasing code. TVL is a nice example of such code, made by few ex and current Googlers. Never worked at Google but did hear/read that they famously run all their code in one millions of line of code monorepo where most libraries are nearly always kept at the latest version with tooling to refactor/search code easily.