Is git add . no longer supported? -
this question has answer here:
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
Post a Comment