working on sketching a few different git workflows I've seen people use. what am I missing?
(I'm less interested in minor variations on these like how you manage tags or the exact details of how the feature branches work and more interested in completely different workflows)
@b0rk I'd only say that for me, I only push to main for something like my personal site and minor changes. Otherwise I use branches even on tiny teams or if working on a feature that is more than a minor change.
@b0rk slight variation on your big team... which would be similar to most open source on gitlab\hub = fork with feature branch