Re: [git-users] "git rm dirname" didn't work

2014-03-12 Thread Dale R. Worley
> From: lgp8...@gmail.com > > I want to rm a directory from the repository. I use "git rm dirname", but > it didn't work. Somebody help me! I'm not sure what problem you're seeing, but (according to the man page) you can't remove a directory with "git rm dirname", you have to do "git rm -r dirna

Re: [git-users] "git rm dirname" didn't work

2014-03-12 Thread Konstantin Khomoutov
On Tue, 11 Mar 2014 20:43:14 -0700 (PDT) lgp8...@gmail.com wrote: > I want to rm a directory from the repository. I use "git rm dirname", > but it didn't work. Somebody help me! > > Do you really

Re: [git-users] "git rm dirname" didn't work

2014-03-12 Thread chetna chaudhari
Yes, you can use git rm -r dirname It works fine. I have used it many times. On Wed, Mar 12, 2014 at 1:03 PM, Gergely Polonkai wrote: > As far as I remember, you have to use git rm -r for that (-r stands for > recursive); but without my machine at home/at work, I'm not 100% sure yet. > > > On 1

Re: [git-users] "git rm dirname" didn't work

2014-03-12 Thread Gergely Polonkai
As far as I remember, you have to use git rm -r for that (-r stands for recursive); but without my machine at home/at work, I'm not 100% sure yet. On 12 March 2014 04:43, wrote: > I want to rm a directory from the repository. I use "git rm dirname", but > it didn't work. Somebody help me! > > >

[git-users] "git rm dirname" didn't work

2014-03-11 Thread lgp802a
I want to rm a directory from the repository. I use "git rm dirname", but it didn't work. Somebody help me! -- You received this message because you are subscribed to the Google Groups "Git for