I think this would be a simpler way to do what you want:
git add . -A
Then you would just do:
git commit -m "removed some files"
As noted above.
I think this would be a simpler way to do what you want:
git add . -A
Then you would just do:
git commit -m "removed some files"
As noted above.