mono / ngit

Automated jgit port to c#
261 stars 152 forks source link

Clone, Fetch, Push documentation / examples #47

Closed tdctaz closed 11 years ago

tdctaz commented 11 years ago

This project really needs a wiki with examples how to get basic remote operations to work, and perhaps some very basic examples.

Have been searching and trying to get NGit to work with Clone, Fetch and Push using ssh with a private key file, for the last 3 days without luck. Is here any places where such examples exists? - have looked through many of the tests without any luck as well.

alanmcgovern commented 11 years ago

Your best bet is to look at the documentation for JGit. This is just a .NET port of jgit, so any documentation for it will apply pretty much directly to NGit. The github.com/mono/monodevelop project uses ngit for all the basic operations (including ssh based access) so you could look at that for guidance. The actual jgit documentation would be better though if you can find what you need.