Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Disparity between master and develop
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nathaniel Whiteinge  
View profile  
 More options Sep 4 2010, 10:03 pm
From: Nathaniel Whiteinge <whitei...@gmail.com>
Date: Sat, 4 Sep 2010 19:03:41 -0700 (PDT)
Local: Sat, Sep 4 2010 10:03 pm
Subject: Disparity between master and develop
We recently started using this gitflow workflow at my work. This week
during an emergency one of my coworkers made a couple commits directly
into master. What is the best or recommended way to get those changes
into develop -- just merge master into develop?

On a broader philosophical note, I don't fully understand why merging
master directly into develop isn't included in the regular workflow
(perhaps as part of the phase when you merge a release branch). It
seems to me that introduces the possibility of having master and
develop not exactly in sync for at least a while, especially if your
team tends not to do hotfixes very often.

After you merge a release branch into master, would there be any
difference if you merged master into develop *instead* of merging the
release branch into develop, or am I missing something subtle?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vincent Driessen  
View profile  
 More options Sep 6 2010, 5:01 am
From: Vincent Driessen <vinc...@datafox.nl>
Date: Mon, 6 Sep 2010 11:01:24 +0200
Local: Mon, Sep 6 2010 5:01 am
Subject: Re: Disparity between master and develop

Hi Nathaniel,

> We recently started using this gitflow workflow at my work. This week
> during an emergency one of my coworkers made a couple commits directly
> into master. What is the best or recommended way to get those changes
> into develop -- just merge master into develop?

Using git-flow does not change much about the way you work with vanilla Git. It only automates certain actions for you, by following the rules from the branching model article. So it is perfectly safe to merge your changes from master into develop at any time if you wish to do so, git-flow won't nag about this in the future.

> On a broader philosophical note, I don't fully understand why merging
> master directly into develop isn't included in the regular workflow
> (perhaps as part of the phase when you merge a release branch).

I acknowledge this as a shortcoming of the branching model. In the future, this will be the default behaviour (with an option to use the "old-style" merging). In fact, this has been discussed already, see these links:

http://groups.google.com/group/gitflow-users/browse_thread/thread/992...
http://github.com/nvie/gitflow/issues#issue/49
http://nvie.com/git-model#comment-72479067

Cheers,
Vincent


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Pollak  
View profile  
 More options Jul 12 2011, 5:45 pm
From: Robert Pollak <robert.pol...@gmail.com>
Date: Tue, 12 Jul 2011 14:45:21 -0700 (PDT)
Local: Tues, Jul 12 2011 5:45 pm
Subject: Re: Disparity between master and develop

Since this link does not work directly any more, here's the liked
comment (by Rubén Laguna) for the record:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »