Git checkout双重破折号的含义
这个git命令中文件名之前的双破折号是什么意思?
git checkout --ours -- path/to/file.txtgit checkout --theirs -- path/to/file.txt
这是强制性的吗?它等同于
git checkout --ours path/to/file.txtgit checkout --theirs path/to/file.txt
鸿蒙传说
江户川乱折腾
相关分类