Answer: Git - When to Delete Branches #answer #it #development
Answer: Git – When to Delete Branches #answer #it #development
Git – When to Delete Branches
Suppose we have an application that’s stable.
Tomorrow, someone reports a big ol’ bug that we decide to hotfix right away. So we create a branch for that hotfix off of “master”, we name it “2011_Hotfix”, and we push it up so that all of the developers can collaborate on fixing it.
We fix the bug, and merge “2011_Hotfix” into “master” as well as into the current…
View On WordPress











