📜  git pull 一个文件 - Html 代码示例

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

代码示例1
git checkout origin/master -- path/to/file
// git checkout / -- path/to/file will checkout the particular file from the downloaded changes (origin/master).