Add Modified and Deleted
Modified & Deleted
git add -u
git add -u
to stage the modified and deleted files.git commit -a
to commit only the modified and deleted files.
References
[1] Steve@StackOverflow, git add only modified changes and ignore untracked files