git deleted files shows in red, how to remove them -


after deleted files directory on git status command git bash cli i'm getting list of deleted files in red like

deleted: myproject/commands/fileone.txt

now when i'm using git status command i'm getting huge list of these deleted files.

which command use remove this?

thanks

you can "add" deleted files next commit using git add -u


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -