标签: git
我碰巧从工作树中删除了一个文件夹,如何从git服务器同步文件夹?
答案 0 :(得分:6)
您无需从服务器同步它。您可以从当地的仓库获得。只需使用git checkout <folder>。
git checkout <folder>