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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -