9 ms·
Have you seen https://github.com/nvie/gitflow/ https://github.com/nvie/gitflow/ ? It's a workflow level abstraction over git operations.
by dschobel 14y ago
Have you seen https://github.com/nvie/gitflow/ https://github.com/nvie/gitflow/ ?
It's a workflow level abstraction over git operations.
- CognitiveLens 14y agoUpvoted because git-flow does address many of the points in the OP, but it's also an opinionated add-on that pushes users toward a particular workflow model that may not suit all applications. In my usage of git-flow, I've found that I still need to be pretty comfortable with the "raw" git interface in order to effectively manage everything, so it also doesn't really get around the weaknesses of git itself.