Pure managed C# implementation for reading from Git repositories
$ dotnet add package GitCorePure managed C# implementation for reading from Git repositories.
NuGet: https://www.nuget.org/packages/GitCore/
dotnet add package GitCore
var subdirectoryContents =
await GitCore.LoadFromUrl.LoadSubdirectoryContentsFromGitUrlAsync(
gitUrl: "https://github.com/pine-vm/pine.git",
commitSha: "c837c8199f38aab839c40019a50055e16d100c74",
subdirectoryPath: ["guide"]);