git如何从远端获取某个文件

git fetch
git checkout origin/master -- path/folder/filename

  

原文地址:https://www.cnblogs.com/olive27/p/11791162.html