标签: git conflict
有人可以帮助我找出什么是正确的命令,我可以使用-ours策略来解决特定路径下所有文件的冲突冲突? 到目前为止我已经尝试过了:
git checkout --ours public/ git checkout --ours public/*
所有变种......