Re: Committing a change from one branch another branch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Brandon McCaig,

On Thu, Mar 13, 2014 at 9:06 PM, Brandon McCaig <bamccaig@xxxxxxxxx> wrote:
> Jagan:
>
> On Thu, Mar 13, 2014 at 4:56 AM, Jagan Teki <jagannadh.teki@xxxxxxxxx> 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.teki@xxxxxxxxx>
>> Date:   Thu Mar 13 00:48:44 2014 -0700
>>
>> init.c Changed!
>>
>> $ git checkout master-b2
>> $ git log
>> Author: Jagan Teki <jagannadh.teki@xxxxxxxxx>
>> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]