Re: [git-users] Create a new repository out of "sub" repository

2015-07-22 Thread Konstantin Khomoutov
On Tue, 21 Jul 2015 12:37:20 -0700 (PDT) Dimitris Papageorgiou wrote: > How am I going to use git filter branch? > I tried this with no effect: > git filter-branch --msg-filter administrator... > > I got a message saying: > git-rewrite already exists,please remove it > > Apart from the message

Re: [git-users] Create a new repository out of "sub" repository

2015-07-21 Thread Dimitris Papageorgiou
How am I going to use git filter branch? I tried this with no effect: git filter-branch --msg-filter administrator... I got a message saying: git-rewrite already exists,please remove it Apart from the message I just do not know how to use this directive and the manual confuses me...many commands

Re: [git-users] Create a new repository out of "sub" repository

2015-07-20 Thread Konstantin Khomoutov
On Mon, 20 Jul 2015 06:50:02 -0700 (PDT) Dimitris Papageorgiou wrote: > I have git init a working directory...here is > it C:\Apache24\htdocs\Appointments\Administrator > > I now want to create git init another directory which sits *above > *the aforementionedC:\Apache24\htdocs\Appointments