Is git add . no longer supported? -


i used git add . add all, tells me

warning: ran 'git add' neither '-a (--all)' or '--ignore-removal', 

did git remove dot notation functionality? git add -a works.

actually when used git add . not adding because ignoring deleted things have done (if have done any) if have deleted file , tried command , stay ,that's why should use git add -a because of time that's want (not sure) , if still wanna run command , git add --ignore-removal . can sure doing , because ignoring deletion have done , not staging .


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -