Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84f36648c780d4778449d152366fc00cb395edd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# LibGit2Sharp

**LibGit2Sharp brings all the might and speed of [libgit2](http://libgit2.github.com/), a native Git implementation, to the managed world of .Net and Mono.**

## Online resources

 - [NuGet package](http://nuget.org/List/Packages/LibGit2Sharp)
 - [Source code](https://github.com/libgit2/libgit2sharp/)
 - [CI server](http://teamcity.codebetter.com/project.html?projectId=project127&guest=1)

## Troubleshooting and support

 - Usage or programming related question? Post it on [StackOverflow](http://stackoverflow.com/questions/tagged/libgit2sharp) using the tag *libgit2sharp*
 - Found a bug or missing a feature? Feed the [issue tracker](https://github.com/libgit2/libgit2sharp/issues)
 - Announcements and related miscellanea through Twitter ([@libgit2sharp](http://twitter.com/libgit2sharp))

## Quick contributing guide

 - Fork and clone locally
 - Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
 - Send a Pull Request to spread the fun!

More thorough information available in the [wiki](https://github.com/libgit2/libgit2sharp/wiki).

## Authors

The LibGit2Sharp [contributors](https://github.com/libgit2/libgit2sharp/contributors)

## License

The MIT license (Refer to the [LICENSE.md](https://github.com/libgit2/libgit2sharp/blob/master/LICENSE.md) file)