Git Workflow: The Case of the Lost Refactor
This has happened to me more than once, so I've been thinking about how to organise my branching and merging to allow for this scenario. I get my ticket to do some new feature on the application I'm working on. I create a feature branch, usually in the format of feature/(ticketNumber)-(title) (Yeah, we follow A […]