Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在其他源代码控制中,此操作称为还原或撤消。
在 Git 中,我可以使用
“git 签出文件路径”
获得类似的功能。
但是在 Libgit2sharp 中,我找不到类似的功能,有人可以帮我吗?
@jamill 几天前刚刚提供了这个功能:
repo.CheckoutPaths()将刷新工作目录的内容以匹配来自特定树的文件版本。
repo.CheckoutPaths()