-
Git Workflow Pain Points
Writing this down here so I can remember it and do research on this later (looking at Mercurial’s MQ - patch queue extension in particular)
- Remote branches + collaboration means lots of intermediate commits (as I pass code back and forth to my pairing partner) I’d normally rebase away, but can’t since they are pushed
- Git commits + bisect hygiene
- The fact that a normal “feature branch” workflow for git means that you have “release” branches and “feature” branches living together. Yes, I know about git-flow