I am working with git and every time when i check for $ git status
its shows
# deleted: application/abe/1/index (copy).tpl
# deleted: application/abe/2/index (copy).tpl
# modified: css/mobile.css
# modified: css/work.css
I just need to see only modified files..not deletes files. Is there any method for that?