📜  git 合并二进制文件 - Shell-Bash 代码示例

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

代码示例1
# Use the remote version
git checkout --theirs -- path/to/conflicted-file.txt

# Keep your local version
git checkout --ours -- path/to/conflicted-file.txt