Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ChrisMissal/libgit2sharp

Open more actions menu
 
 

Repository files navigation

LibGit2Sharp

LibGit2Sharp is an thin .Net layer (well.. we try to keep it as thin as possible :-) ) wrapping the libgit2 linkable C Git library.

It provides a very opiniated API which should be very easy to use and discover.

Online resources

Quick contributing guide

  • Fork and clone locally
  • Configure your repo to convert line endings on commit so they are always LF in the repo:
    • On Windows:
$ git config --global core.autocrlf true
  • On Linux:
$ git config --global core.autocrlf input
  • 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.

Authors

The LibGit2Sharp contributors

License

The MIT license (Refer to the LICENSE.md file)

About

.NET bindings for libgit2

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.