📅  最后修改于: 2022-03-11 14:51:42.582000             🧑  作者: Mango
# Use the remote version
git checkout --theirs -- path/to/conflicted-file.txt
# Keep your local version
git checkout --ours -- path/to/conflicted-file.txt