Skip to content
vpfau edited this page Oct 24, 2018 · 1 revision

git-status

Get repository status

Git

$ git status

LibGit2Sharp

using (var repo = new Repository("path/to/your/repo"))
{
    foreach (var item in repo.RetrieveStatus(new LibGit2Sharp.StatusOptions()))
    {
        Console.WriteLine(item.FilePath);
    }
}
Clone this wiki locally
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy