[git-users] merge exactly one file ?

2010-03-22 Thread apm
How its possible do something like git diff second_branch -- shared_file for merge? Another words , how merge exactly one file from different branches? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email t

[git-users] some questions about merge

2010-03-12 Thread apm
I have two branch, very very long wasnt merged. And have alot of conflicts. Mostly conflicts CONFLICT (add/add). Is it possible (which git command? ) say use for this subdir left side, for other dir right side. for examle branchA ->dir1 ->->a ->->b ->->c ->->f ->dir2 ->->a ->->b ->->c ->->x

Re: [git-users] Re: Send local branch changes to remote branch

2009-11-12 Thread apm
> > The simple answer: you can't really modify origin/master locally. > > > Jeffrey > > -- Thank you. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe fro

[git-users] Re: Send local branch changes to remote branch

2009-11-11 Thread apm
Konstantin Khomoutov : > > In other words, that "origin/master" is "local" only in the sense > that it is physically present on your machine, but it is not "local" > in the sense that you can modify it. > It is a "reference" branch, if you prefer. > Really local branches are those you fork m

[git-users] merge only several revs

2009-11-04 Thread apm
In svn i can do svn merge -r2352:2359 svn:///trunk Is it possible do something like this in git? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to