|
|
|
|
|
by marcofiset
4287 days ago
|
|
We have been using it for a year and had absolutely no problems whatsoever. We create feature branches for almost everything that requires more than a single commit. It allows us to check in temporary breaking changes in our branches, without impacting the work of other developers. We use release branch when we have a fixed feature set that we're ready to deploy. Hotfixes for live problems that need to be fixed ASAP. |
|