📜  未合并的路径: - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:31.602000             🧑  作者: Mango

代码示例1
# 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