- Notifications
You must be signed in to change notification settings - Fork 915
git status
vpfau edited this page Oct 24, 2018 · 1 revision
$ git status using(varrepo=newRepository("path/to/your/repo")){foreach(variteminrepo.RetrieveStatus(newLibGit2Sharp.StatusOptions())){Console.WriteLine(item.FilePath);}}