Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I believe it depends on what your team is doing.
I've worked with people that did everything on other branches and then merged into development, where everything was tested before being sent to master.
And worked with people who worked using the development branch (all at the same time) for everything, then merging into master.
But yeah, can be a bit messy sometimes. You just have to sit with the team and understand in detail how things are done there.
Good luck with that, btw. -
sebach1855yWell, I worked with a team which has staging as production, development as staging and 'development_local' as development.
-
There are definitely valid situations for the develop branch to have a different role than development; the problem is that there is not consistent git flow from project to project with this person.
Related Rants
I find it really annoying when someone insists that the develop branch is for production and not... development...
rant
git