We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git status
using (var repo = new Repository("path/to/your/repo")) { foreach (var item in repo.RetrieveStatus(new LibGit2Sharp.StatusOptions())) { Console.WriteLine(item.FilePath); } }