Most voted "libgit2sharp" questions
Libgit2sharp is an implementation of the libgit2 library for . NET.
Learn more…2 questions
Sort by count of
-
2
votes2
answers53
viewsCheck if directory is a repository with Libgit2sharp (C#)
I’m starting to study C# so my knowledge is very limited. I’m using the library LibGit2Sharp and I would like to check if an informed directory is a repository. Their documentation is not yet…
-
1
votes2
answers86
viewsGet the path of a commit files with Libgit2sharp
How to get the file path of my last commit? I have this example method: private static void RepoListFiles() { if (!arguments.ContainsKey("repository")) { Error("O repositório ainda não foi…