Click here to Skip to main content
15,891,372 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 branches problem Pin
Mark_Wallace13-Dec-16 20:30
Mark_Wallace13-Dec-16 20:30 
AnswerRe: Git branches problem PinPopular
Nagy Vilmos13-Dec-16 21:49
professionalNagy Vilmos13-Dec-16 21:49 
GeneralRe: Git branches problem Pin
Kunal Chowdhury «IN»13-Dec-16 22:31
professionalKunal Chowdhury «IN»13-Dec-16 22:31 
GeneralRe: Git branches problem Pin
Super Lloyd14-Dec-16 13:39
Super Lloyd14-Dec-16 13:39 
GeneralRe: Git branches problem Pin
megaadam13-Dec-16 22:21
professionalmegaadam13-Dec-16 22:21 
GeneralRe: Git branches problem Pin
dazfuller14-Dec-16 20:20
dazfuller14-Dec-16 20:20 
GeneralRe: Git branches problem Pin
Super Lloyd14-Dec-16 21:57
Super Lloyd14-Dec-16 21:57 
GeneralRe: Git branches problem Pin
mbb0115-Dec-16 0:52
mbb0115-Dec-16 0:52 
Other posters have pointed out that generally fixes should be propagated forward from dev->test->release->production. However, I do recognize that sometimes a quick fix is done in production, for whatever reasons. This can happen a lot with scripting languages and undisciplined devs and support staff.

In your scenario, I would have probably have tried to sync the production changes back into the appropriate branch and then apply fixes. If I was unsure of the outcome of the merge back from production then another branch could be easily made to test the merge out.

If all else fails, don't forget that you can step out side of source control and manually apply back production changes if necessary. The git merge tools are usually very good, but sometimes things can get confusing.

When you do attempt the merge back from production, make sure the dev that applied the changes is present if possible. Together verify the end result of the merge is the intended fix to production. In other words, don't guess at what the final merge product should be.
GeneralRe: Git branches problem Pin
Gerry Schmitz15-Dec-16 8:18
mveGerry Schmitz15-Dec-16 8:18 
JokeA very French problem... Pin
R. Giskard Reventlov13-Dec-16 12:49
R. Giskard Reventlov13-Dec-16 12:49 
GeneralA very German problem... Pin
CDP180213-Dec-16 12:52
CDP180213-Dec-16 12:52 
GeneralRe: A very German problem... Pin
Jochen Arndt13-Dec-16 21:40
professionalJochen Arndt13-Dec-16 21:40 
GeneralRe: A very German problem... Pin
CDP180213-Dec-16 21:48
CDP180213-Dec-16 21:48 
GeneralRe: A very French problem... Pin
Chris Maunder13-Dec-16 13:34
cofounderChris Maunder13-Dec-16 13:34 
GeneralRe: A very French problem... Pin
W Balboos, GHB14-Dec-16 0:29
W Balboos, GHB14-Dec-16 0:29 
GeneralA very American problem... Pin
Jeremy Falcon13-Dec-16 14:53
professionalJeremy Falcon13-Dec-16 14:53 
GeneralRe: A very American problem... Pin
Jon McKee13-Dec-16 15:09
professionalJon McKee13-Dec-16 15:09 
GeneralRe: A very American problem... Pin
lopati: loaming13-Dec-16 17:32
lopati: loaming13-Dec-16 17:32 
GeneralRe: A very American problem... Pin
Jon McKee13-Dec-16 18:22
professionalJon McKee13-Dec-16 18:22 
GeneralRe: A very American problem... Pin
Johnny J.13-Dec-16 19:01
professionalJohnny J.13-Dec-16 19:01 
GeneralRe: A very American problem... Pin
OriginalGriff13-Dec-16 20:08
mveOriginalGriff13-Dec-16 20:08 
GeneralRe: A very American problem... Pin
W Balboos, GHB14-Dec-16 1:15
W Balboos, GHB14-Dec-16 1:15 
GeneralRe: A very American problem... Pin
OriginalGriff14-Dec-16 1:48
mveOriginalGriff14-Dec-16 1:48 
GeneralRe: A very American problem... Pin
Johnny J.14-Dec-16 1:58
professionalJohnny J.14-Dec-16 1:58 
GeneralRe: A very American problem... Pin
W Balboos, GHB14-Dec-16 0:36
W Balboos, GHB14-Dec-16 0:36 

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.