📅  最后修改于: 2022-03-11 14:55:31.602000             🧑  作者: Mango
# if the file in the right place isn't already committed:
git add
# remove the "both deleted" file from the index:
git rm --cached ../public/images/originals/dog.ai
# commit the merge:
git commit