Click here to Skip to main content
15,891,673 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
DaveAuld8-Oct-14 10:02
professionalDaveAuld8-Oct-14 10:02 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
DarkChuky CR8-Oct-14 11:37
DarkChuky CR8-Oct-14 11:37 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
SkysTheLimit8-Oct-14 11:26
SkysTheLimit8-Oct-14 11:26 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
DarkChuky CR8-Oct-14 11:37
DarkChuky CR8-Oct-14 11:37 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
RASPeter9-Oct-14 7:29
professionalRASPeter9-Oct-14 7:29 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
gicalle759-Oct-14 22:05
professionalgicalle759-Oct-14 22:05 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
DarkChuky CR16-Oct-14 10:13
DarkChuky CR16-Oct-14 10:13 
GeneralRe: Git-Flow Development Code Freeze when Release-XXX? Pin
RASPeter28-Oct-14 17:20
professionalRASPeter28-Oct-14 17:20 
When to merge two specific branches is a policy decision for your lead/project manager. In my case, I don't have to deal with QA, Release, or Code Freeze, but that's just a peculiarity of being a tools dev in the game industry. But, here is how I would do it if I were asked to:

Master: aka Develop. It is by and for the developers, and they control when things get merged into it. I see no reason why this branch should ever be frozen, but it should also never be broken (that's what feature branches are for). A dev should ALWAYS rebase their feature branch on master and test it before pushing to master/submitting a pull request.

Feature branches: Created and deleted by individuals/teams as needed. Merged into master when the feature is "done" (ready for validation, QA, etc).

QA/Freeze: branched off master from whatever commit is determined to be a release candidate. Bugs should be fixed on this branch and those fixes should be merged back into master asap.

Release: QA/Freeze branch when it's deemed ready to ship. The branch name should probably include the version number (eg: "release_3-0-0"). Start a new QA branch for your next RC.

Other branches (Production, Hotfix, etc) are basically just special cases of the above.
GeneralCode for fun (hobby) Pin
Leng Vang8-Oct-14 7:20
Leng Vang8-Oct-14 7:20 
GeneralRe: Code for fun (hobby) Pin
Slacker0078-Oct-14 7:22
professionalSlacker0078-Oct-14 7:22 
GeneralRe: Code for fun (hobby) Pin
_WinBase_9-Oct-14 5:42
_WinBase_9-Oct-14 5:42 
GeneralRe: Code for fun (hobby) Pin
Member 304489110-Oct-14 1:40
Member 304489110-Oct-14 1:40 
GeneralRe: Code for fun (hobby) Pin
_WinBase_10-Oct-14 2:01
_WinBase_10-Oct-14 2:01 
GeneralRe: Code for fun (hobby) Pin
R. Giskard Reventlov8-Oct-14 7:30
R. Giskard Reventlov8-Oct-14 7:30 
GeneralRe: Code for fun (hobby) Pin
#realJSOP9-Oct-14 1:57
mve#realJSOP9-Oct-14 1:57 
GeneralRe: Code for fun (hobby) Pin
Bassam Abdul-Baki8-Oct-14 7:34
professionalBassam Abdul-Baki8-Oct-14 7:34 
GeneralRe: Code for fun (hobby) Pin
User 84208-Oct-14 7:37
User 84208-Oct-14 7:37 
GeneralRe: Code for fun (hobby) Pin
harold aptroot8-Oct-14 7:35
harold aptroot8-Oct-14 7:35 
GeneralRe: Code for fun (hobby) Pin
Pualee8-Oct-14 8:09
Pualee8-Oct-14 8:09 
GeneralRe: Code for fun (hobby) Pin
Mike Hankey8-Oct-14 7:37
mveMike Hankey8-Oct-14 7:37 
GeneralRe: Code for fun (hobby) Pin
KP Lee9-Oct-14 12:01
KP Lee9-Oct-14 12:01 
GeneralRe: Code for fun (hobby) Pin
Maximilien8-Oct-14 7:39
Maximilien8-Oct-14 7:39 
GeneralRe: Code for fun (hobby) Pin
Richard MacCutchan8-Oct-14 7:41
mveRichard MacCutchan8-Oct-14 7:41 
GeneralRe: Code for fun (hobby) Pin
ZurdoDev8-Oct-14 7:41
professionalZurdoDev8-Oct-14 7:41 
GeneralRe: Code for fun (hobby) Pin
Leng Vang9-Oct-14 7:45
Leng Vang9-Oct-14 7:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.