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