[git-users] Copy files between local branches.

2009-09-15 Thread Marcello Henrique
Hello all, Is possible copy files between local branches, for example: marce...@itacellus:/var/www/moodle-git$ git branch -a UFG_18 * UFG_19 remotes/origin/HEAD -> origin/UFG_18 remotes/origin/UFG_18 remotes/origin/UFG_19 I want copy in file system from branch UFG_18 to UFG_19, because

[git-users] Re: Copy files between local branches.

2009-09-15 Thread Konstantin Khomoutov
On Sep 15, 4:23 pm, Marcello Henrique wrote: > Is possible copy files between local branches, for example: > > marce...@itacellus:/var/www/moodle-git$ git branch -a > UFG_18 > * UFG_19 > remotes/origin/HEAD -> origin/UFG_18 > remotes/origin/UFG_18 > remotes/origin/UFG_19 > > I want copy i

[git-users] Re: git repository supporting multiple apps

2009-09-15 Thread sbtodd
Your English is fine thanks a lot for the help How do I go about creating an integrated image for an app with your approach: * base code baseapp.git * seprated config and design files. deploy-somecompany.git, deploy- othercompany.git My applications directory structure is like somewhat thi

[git-users] Re: Copy files between local branches.

2009-09-15 Thread Marcello Henrique
On Tue, Sep 15, 2009 at 10:51, Konstantin Khomoutov wrote: > > On Sep 15, 4:23 pm, Marcello Henrique wrote: >> Is possible copy files between local branches, for example: >> >> marce...@itacellus:/var/www/moodle-git$ git branch -a >>   UFG_18 >> * UFG_19 >>   remotes/origin/HEAD -> origin/UFG_18

[git-users] Re: Copy files between local branches.

2009-09-15 Thread Konstantin Khomoutov
On Sep 15, 7:55 pm, Marcello Henrique wrote: > > I cannot quite parse what you wrote; I understood this as you want to > > copy a file from the tip of another branch to the working directory. > Exactly, not only one file but directories. > Don't exist: $ git cp -r UFG_18:/path/dir /pathmy/dir ? I

[git-users] Re: git repository supporting multiple apps

2009-09-15 Thread Marek Wywiał
On 15 Wrz, 17:24, sbtodd wrote: > Your English is fine thanks a lot for the help > > How do I go about creating an integrated image for an app with your > approach: > > * base code baseapp.git > * seprated config and design files. deploy-somecompany.git, deploy- > othercompany.git > > My a

[git-users] Re: git repository supporting multiple apps

2009-09-15 Thread sbtodd
Thanks for the help. Really appreciated! I have good idea now how to do it. Pretty cool that you whipped up the pastie code so quick. Nice work. Do you know Ruby also? Todd On Sep 15, 2:54 pm, Marek Wywiał wrote: > On 15 Wrz, 17:24, sbtodd wrote: > > > > > Your English is fine thanks

[git-users] Re: git repository supporting multiple apps

2009-09-15 Thread Marek Wywiał
On 16 Wrz, 02:56, sbtodd wrote: > Thanks for the help.  Really appreciated! > > I have good idea now how to do it. > > Pretty cool that you whipped up the pastie code so quick.  Nice work. ty :) > > Do you know Ruby also? I just read one book about Ruby, one about Rails and do a few example