[git-users] Re: Delete only explicitly files

2011-03-09 Thread tombert
well I was using tortoiseGit ... but I will go deeper then to check - thx for you help - I will try this out. On Mar 9, 8:54 am, Konstantin Khomoutov wrote: > On Mon, Mar 07, 2011 at 11:10:33AM -0800, tombert wrote: > > So this are all folders: > > > root folder > >  - generic modules1 > >  - gen

Re: [git-users] Re: Delete only explicitly files

2011-03-08 Thread Konstantin Khomoutov
On Mon, Mar 07, 2011 at 11:10:33AM -0800, tombert wrote: > So this are all folders: > > root folder > - generic modules1 > - generic modules2 > - sub-projects > -- sub-project1 > -- sub-project2 > > in the root folder I say: > git init > git add . > git commit > > then delete e.g. sub-proj

[git-users] Re: Delete only explicitly files

2011-03-07 Thread tombert
Sorry for the bad description. So this are all folders: root folder - generic modules1 - generic modules2 - sub-projects -- sub-project1 -- sub-project2 in the root folder I say: git init git add . git commit then delete e.g. sub-project1 folder rm -r sub-project1 then commiting git commi