LibGit2Sharp alternatives and similar packages
Based on the "Git Tools" category.
Alternatively, view LibGit2Sharp alternatives based on common mentions on social networks and blogs.
-
Gitea
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD -
GitExtensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019). -
Git Credential Manager for Windows
DISCONTINUED. Helps solving issues of credentials, made by Microsoft -
Bonobo Git Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info. -
RepoZ
👨💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements -
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world! -
Verlite
Automatically version projects via semantic git tags with a focus on being lite, optimized for continuous delivery.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of LibGit2Sharp or a related project?
README
LibGit2Sharp
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
Online resources
Troubleshooting and support
- Usage or programming related question? Post it on StackOverflow using the tag libgit2sharp
- Found a bug or missing a feature? Feed the issue tracker
- Announcements and related miscellanea through Twitter (@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 is available in the wiki.
Optimizing unit testing
LibGit2Sharp strives to have a comprehensive and robust unit test suite to ensure the quality of the software and to assist new contributors and users, who can use the tests as examples to jump start development. There are over one thousand unit tests for LibGit2Sharp, and this number will only grow as functionality is added.
You can do a few things to optimize running unit tests on Windows:
- Set the
LibGit2TestPath
environment variable to a path in your development environment.- If the unit test framework cannot find the specified folder at runtime, it will fall back to the default location.
- Configure your anti-virus software to ignore the
LibGit2TestPath
path. - Install a RAM disk like IMDisk and set
LibGit2TestPath
to use it.- Use
imdisk.exe -a -s 512M -m X: -p "/fs:fat /q /v:ramdisk /y"
to create a RAM disk. This command requires elevated privileges and can be placed into a scheduled task or run manually before you begin unit-testing.
- Use
Authors
- Code: The LibGit2Sharp contributors
- Logo: Jason "blackant" Long
License
The MIT license (Refer to the LICENSE.md file)
*Note that all licence references and agreements mentioned in the LibGit2Sharp README section above
are relevant to that project's source code only.