"Delete" 或 "Remove"。什么词更适合提交信息?

"Delete" or "Remove". What the word is better for commit messages?

我的英语不是母语,所以我想知道在提交文件删除时,"delete"或"remove"哪个更好?例如:

rm commitedLater.file
git add -u
git commit -m "Remove/Delete the unnecessary file"

这个问题可能看起来很奇怪,但有时我真的很困惑)

在这种情况下,我会说这些词是同义词。

在抽象上,"delete" 具有销毁已删除项目的含义,而 "remove" 意味着仅将其从集合中取出。

"I deleted the typo by erasing it",

"I removed the page from the tablet, so that I could write on it more easily"