[git-users] git repository supporting multiple apps

2009-09-14 Thread sbtodd
I know enough Git basics to setup a local and remote repository $ git init $ git add . $ git commit -m Added initial Rails app $ git --bare init ::Initialize empty Git remote repository at server.com $ git remote add origin usern...@server.com:git/app.git Push to Remote $ git push origin

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

2009-09-15 Thread sbtodd
files from this respository? Thanks, Todd On Sep 14, 11:16 pm, Marek Wywiał onj...@gmail.com wrote: On 15 Wrz, 05:09, sbtodd tdew...@gmail.com wrote: I know enough Git basics to setup a local and remote repository $ git init $ git add . $ git commit -m Added initial Rails app

[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ł onj...@gmail.com wrote: On 15 Wrz, 17:24, sbtodd tdew...@gmail.com wrote: Your