Re: Committing a change from one branch another branch

2014-03-14 Thread Jagan Teki
Hi Brandon McCaig,

On Thu, Mar 13, 2014 at 9:06 PM, Brandon McCaig bamcc...@gmail.com wrote:
 Jagan:

 On Thu, Mar 13, 2014 at 4:56 AM, Jagan Teki jagannadh.t...@gmail.com wrote:
 Hi,

 Hello,

 I have two branches.
 - master-b1
 - master-b2

 Suppose I'm in master-b1 then did a change
 on master-b1
 $ git add test/init.c
 $ git commit -s -m init.c Changed!
 $ git log
 Author: Jagan Teki jagannadh.t...@gmail.com
 Date:   Thu Mar 13 00:48:44 2014 -0700

 init.c Changed!

 $ git checkout master-b2
 $ git log
 Author: Jagan Teki jagannadh.t...@gmail.com
 Date:   Thu Mar 13 00:48:44 2014 -0700

 init.c Changed!

 How can we do this, any idea?

 What you're asking is ambiguous and vague. The example output that you
 give doesn't even really make sense. You need to give more details
 about what you have and what you want to do to get proper help.

 Or join #git on irc.freenode.net for real-time help if you aren't sure
 how to explain it.

I tried #git irc channel, looks like I'm facing some firewall issue on my end.!
OK - Let me explain my query again.

I've a git repository with 2 branches.
- master-b1
- master-b2

I have to work both these branches since I need two different deliveries.

master-b1 have a contents of
joo_v1/test.txt
joo_v2/test.txt

master-b2
joo/test.txt

Here, joo_v2 on master-b1 is same as joo on master-b2 means the latest updates
on master-b1 with DIR_NAME_VERSION becomes DIR on master-b2

Suppose, if user is change the contents on joo_v2 on master-b1 will change
the contents on joo on master-b2 (files contains particular directories are same
name with same contents - joo_v2/test.txt and joo/text.txt)

The moment user commit the change on master-b1 will create a commit on master-b2

Please let me know if you still need any more information.
I will come to IRC soon, for more discussion.

thanks!
-- 
Jagan.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Committing a change from one branch another branch

2014-03-13 Thread Jagan Teki
Hi,

I have two branches.
- master-b1
- master-b2

Suppose I'm in master-b1 then did a change
on master-b1
$ git add test/init.c
$ git commit -s -m init.c Changed!
$ git log
Author: Jagan Teki jagannadh.t...@gmail.com
Date:   Thu Mar 13 00:48:44 2014 -0700

init.c Changed!

$ git checkout master-b2
$ git log
Author: Jagan Teki jagannadh.t...@gmail.com
Date:   Thu Mar 13 00:48:44 2014 -0700

init.c Changed!

How can we do this, any idea?

-- 
Jagan.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Committing a change from one branch another branch

2014-03-13 Thread Andreas Schwab
Jagan Teki jagannadh.t...@gmail.com writes:

 How can we do this, any idea?

git cherry-pick

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Committing a change from one branch another branch

2014-03-13 Thread Brandon McCaig
Jagan:

On Thu, Mar 13, 2014 at 4:56 AM, Jagan Teki jagannadh.t...@gmail.com wrote:
 Hi,

Hello,

 I have two branches.
 - master-b1
 - master-b2

 Suppose I'm in master-b1 then did a change
 on master-b1
 $ git add test/init.c
 $ git commit -s -m init.c Changed!
 $ git log
 Author: Jagan Teki jagannadh.t...@gmail.com
 Date:   Thu Mar 13 00:48:44 2014 -0700

 init.c Changed!

 $ git checkout master-b2
 $ git log
 Author: Jagan Teki jagannadh.t...@gmail.com
 Date:   Thu Mar 13 00:48:44 2014 -0700

 init.c Changed!

 How can we do this, any idea?

What you're asking is ambiguous and vague. The example output that you
give doesn't even really make sense. You need to give more details
about what you have and what you want to do to get proper help.

Or join #git on irc.freenode.net for real-time help if you aren't sure
how to explain it.

Regards,


-- 
Brandon McCaig bamcc...@gmail.com bamcc...@castopulence.org
Castopulence Software https://www.castopulence.org/
Blog http://www.bamccaig.com/
perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }.
q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.};
tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say'
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html