How do I pull some updates to local repository from Gitlab remote using libgit2sharp? Gitlab repo uses no authentication - it is public (and should be).
Asked
Active
Viewed 179 times
0
-
1What have you tried? Have you looked at any samples? Or examples? Or the unit tests with LibGit2Sharp? – Edward Thomson Nov 08 '17 at 10:50
-
I figured it out, actually. `Commands.Pull()` works, though remote should update, and then your local copy will update. – danshat Nov 08 '17 at 13:35