My English isn't mother tongue, so I want to understand what the word "delete" or "remove" is better when we commit file deletion? For example:
rm commitedLater.file
git add -u
git commit -m "Remove/Delete the unnecessary file"
The question may seem strange, but sometimes I'm really confused)