Skip to content

frblondin/DotGit

Repository files navigation

NuGet Badge Build Status

DotGit is a fully managed .Net Standard library that reads Git data using. This library allows you to read commits, tree entries, and files.

var reader = new RepositoryReader(pathToRepo);
var commit = reader.Read<Commit>("c462e3f3024c8cabc252ed5d309922ed06a492b9");

About

Read Git data in fully managed .Net Standard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages