| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
$ git status
using (var repo = new Repository("path/to/your/repo"))
{
foreach (var item in repo.RetrieveStatus(new LibGit2Sharp.StatusOptions()))
{
Console.WriteLine(item.FilePath);
}
}| Back | FazBrowse Home | New Git URL |