反正有检测到的已删除文件吗? libgit2sharp相当于git add -u

时间:2018-10-31 21:06:42

标签: libgit2sharp

我在文档中找不到与git add -u等效的libgit2sharp的任何内容

要添加所有文件,我可以使用:

using (var repo = new Repository("/path/to/repo"))
{
    Commands.Stage(repo, "*");
}

这不会检测到已删除的文件。

反正还有检测到的已删除文件吗?

0 个答案:

没有答案