Re: [git-users] Struggling with cleanly "resetting" a local repo

2016-10-25 Thread Michael
On 2016-10-25, at 2:11 PM, David Karr wrote: > When I first cloned a remote repo, it had several subdirectories, and I had > Eclipse create projects automatically. > > Since that time, all but one of those subdirectories have been removed from > master. > > I

Re: [git-users] Struggling with cleanly "resetting" a local repo

2016-10-25 Thread David Karr
On Tuesday, October 25, 2016 at 2:15:24 PM UTC-7, Brendan Leber wrote: > > I would use "git clean --interactive" to remove dead files and > directories from my local repository. > Curiously, this finds leftover files below the directory that still remains in the remote repo, but it still

Re: [git-users] Struggling with cleanly "resetting" a local repo

2016-10-25 Thread Brendan Leber
I would use "git clean --interactive" to remove dead files and directories from my local repository. B On Tue, Oct 25, 2016 at 2:11 PM, David Karr wrote: > When I first cloned a remote repo, it had several subdirectories, and I had > Eclipse create projects

[git-users] Struggling with cleanly "resetting" a local repo

2016-10-25 Thread David Karr
When I first cloned a remote repo, it had several subdirectories, and I had Eclipse create projects automatically. Since that time, all but one of those subdirectories have been removed from master. I want to just reset my local repo to match the remote, but try as I might, it just is not