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

2014-02-01 Thread Bizt
Thank you. Sorry I didn't see -u there before, I see it now. Great On Saturday, 1 February 2014 18:31:21 UTC+9, Colin Law wrote: > > On 1 February 2014 00:06, Bizt > wrote: > > Thanks for your reply. Can you tell me what "git add -u" does, I can't > find > > documentation for that specific opt

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

2014-02-01 Thread Colin Law
On 1 February 2014 00:06, Bizt wrote: > Thanks for your reply. Can you tell me what "git add -u" does, I can't find > documentation for that specific option. Thanks https://www.kernel.org/pub/software/scm/git/docs/git-add.html -- You received this message because you are subscribed to the Googl

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

2014-01-31 Thread Bizt
Thanks for your reply. Can you tell me what "git add -u" does, I can't find documentation for that specific option. Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it,

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

2014-01-31 Thread Melvin Ram
Use 'git add -u' or add the specific files you've removed ex. 'git add app/removed_file.rb' On Friday, January 31, 2014 8:56:51 AM UTC-6, 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 m