Re: [Rails] Run "generator destroy", now git is telling me I have missing files. How do I best deal with this?

2014-01-31 Thread Colin Law
On 31 January 2014 14:56, Bizt wrote: > Hi, > > In rails I run "rails generator destroy..." for my controllers and models. > When I "git add . " files and commit changes, git tells me I have missing > files. How best to handle this? I want the files off git as I don't need > them anymore, they're

[Rails] Run "generator destroy", now git is telling me I have missing files. How do I best deal with this?

2014-01-31 Thread Bizt
Hi, In rails I run "rails generator destroy..." for my controllers and models. When I "git add . " files and commit changes, git tells me I have missing files. How best to handle this? I want the files off git as I don't need them anymore, they're not in my local repository. Do I then need to