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