git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git branches & merge
@ 2016-10-12 13:50 webmaster
  2016-10-12 14:43 ` Anatoly Borodin
  0 siblings, 1 reply; 3+ messages in thread
From: webmaster @ 2016-10-12 13:50 UTC (permalink / raw)
  To: git

Hi.
I have created a release_x branch to work on a new release. The branch is based
on master.
Later I needed to create a hotfix_x branch to work on a hotfix. This branch is
also based on master.

In the hotfix_x branch I needed to correct an IP address to communicate with.
After doing so, I merged the hotfix_x branch with master again and made my
deployment.

Now in the release_x branche the IP address is still the old one.
I am afraid of committing and merging my release_x branch since I think that my
newly defined IP address (now on master) will be overridden when merging.
Am I right? If yes, what is the best way to solve this?

Thanks
-fuz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-13 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 13:50 git branches & merge webmaster
2016-10-12 14:43 ` Anatoly Borodin
2016-10-13 15:49   ` Kevin Daudt

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).