(no title)
tardismechanic | 2 years ago
- Einstein (probably)
Git is waaaaaaay to complicated for my needs. I need a minimal subset of git that does (and only does) trunk based development.
tardismechanic | 2 years ago
- Einstein (probably)
Git is waaaaaaay to complicated for my needs. I need a minimal subset of git that does (and only does) trunk based development.
Terr_|2 years ago
Which makes sense--it explains why sometimes there's no obvious "right" way to do things, and why there are spots where either there is no abstraction or it's pretty leaky in terms of implementation details.
hnfong|2 years ago
The data structure isn't even complicated (there are commits, and then there are directories and files associated with the commits), and once I understood the tooling (i.e. git commands) in terms of how it manipulated the data structures, I was basically able to do whatever I intended to on the repo.
Falimonda|2 years ago