* Question concerning merge behavior
@ 2012-07-26 11:30 Defcon0
2012-07-26 12:21 ` Greg Troxel
0 siblings, 1 reply; 2+ messages in thread
From: Defcon0 @ 2012-07-26 11:30 UTC (permalink / raw)
To: git
Hello,
I'm quite new to git and have the following situation:
I have a master- and a productive-branch. The productive-branch lives on a
server (productive environment) and the master is for the devs to play
around ;-) Hot fixes and patches are primarily done in the productive
branch. New features are done in the master branch.
Now the question is, let's say, I did a stability fix in the
productive-branch and want that one also in the master branch (which
contains several new features). Will I have conflicts then with files
modified in the master- but not in productive-branch? Or will only the
modified files from the productive branch be compared with the master branch
(and not the modified ones in master)?
And do you think my branching in all makes sense (master for features,
branch for production environment)?
Big thanks in advance for any help!!
Bye Defcon0
--
View this message in context: http://git.661346.n2.nabble.com/Question-concerning-merge-behavior-tp7563780.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Question concerning merge behavior
2012-07-26 11:30 Question concerning merge behavior Defcon0
@ 2012-07-26 12:21 ` Greg Troxel
0 siblings, 0 replies; 2+ messages in thread
From: Greg Troxel @ 2012-07-26 12:21 UTC (permalink / raw)
To: Defcon0; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
I suggest that you read (all of)
http://www.git-scm.com/book
and then perhaps ask a question based on more understanding of the merge
model and ancestry tracking. The short answer is that git will work
quite well in terms of conflict management if your development practices
are sane.
[-- Attachment #2: Type: application/pgp-signature, Size: 194 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-26 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 11:30 Question concerning merge behavior Defcon0
2012-07-26 12:21 ` Greg Troxel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).