Getting Started with LibGit2Sharp
If you want to work with your local Git repositories in some .NET code then LibGit2Sharp is your friend. It’s the open source library used by the Visual Studio Tools for Git and gives you a very idiomatic way to talk to Git from C# or VB.NET.
Continue Reading