There was an error while loading. Please reload this page.
$ git status
using (var repo = new Repository("path/to/your/repo")) { foreach (var item in repo.Index.RetrieveStatus()) { Console.WriteLine(item.FilePath); } }