Questions tagged as 'libgit2sharp'

2
answers

Check if directory is a repository with LibGit2Sharp (C #)

I'm starting to study C # so my knowledge is quite limited. I'm using the LibGit2Sharp library and would like to check if an informed directory is a repository. Their documentation is not yet complete, so I'm having trouble. Follow m...
asked by 11.05.2015 / 15:13
2
answers

Get path of commit files with LibGit2Sharp

How do I get the path of my last commit files? I have this example method: private static void RepoListFiles() { if (!arguments.ContainsKey("repository")) { Error("O repositório ainda não foi informado."); return;...
asked by 12.05.2015 / 17:49