SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 C# Git Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
Project mention: Ladybird browser to start using Swift language this fall | news.ycombinator.com | 2024-08-10 -
-
-
Project mention: Semantic Versioning using GitVersion YAML file for your .NET, Java, and Kotlin projects' CI/CD | dev.to | 2024-12-03
name: Java Build and Test With Gradle on: [push, pull_request, workflow_dispatch] jobs: build: runs-on: ubuntu-latest permissions: contents: read steps: - name: Checkout uses: actions/[email protected] with: fetch-depth: 0 - name: Set up JDK 23 uses: actions/[email protected] #https://github.com/actions/setup-java with: java-version: '23' distribution: 'oracle' - name: Install GitVersion 6.0.5 for Gradle run: | wget -q -O gitversion.tar.gz https://github.com/GitTools/GitVersion/releases/download/6.0.5/gitversion-linux-x64-6.0.5.tar.gz mkdir gitversion_extracted tar -xzf gitversion.tar.gz -C gitversion_extracted ls -R gitversion_extracted sudo mv gitversion_extracted/gitversion /usr/local/bin/gitversion sudo chmod +x /usr/local/bin/gitversion - name: Setup Gradle 8.11.1 uses: gradle/actions/setup-gradle@v4 #https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#build-with-a-specific-gradle-version with: gradle-version: '8.11.1' - name: Build with Gradle 8.11.1 run: gradle build --scan --warning-mode all dependency-submission: # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md runs-on: ubuntu-latest permissions: contents: write steps: - name: Checkout uses: actions/[email protected] - name: Set up JDK 23 uses: actions/[email protected] with: java-version: '23' distribution: 'oracle' - name: Setup Gradle 8.11.1 uses: gradle/actions/setup-gradle@v4 with: gradle-version: '8.11.1' - name: Setup Gradle Wrapper run: gradle wrapper - name: Generate and submit dependency graph uses: gradle/actions/dependency-submission@v4
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
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.
-
Project mention: SourceGit, a promising open-source Git UI on Linux, finally | news.ycombinator.com | 2024-10-25
-
RepoZ
👨💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
-
UpmGitExtension
This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.
-
Husky.Net
Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
-
versionize
Automatic versioning and CHANGELOG generation, with semver and conventional commits for dotnet
-
Git Diff Margin
Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. Supports Visual Studio 2012 through Visual Studio 2022
-
GitDependencyResolverForUnity
This plugin resolves git url dependencies in the package for Unity Package Manager. You can use a git url as a package dependency!
-
-
-
-
-
Versioning.NET
A dotnet tool that automatically increments versions in csproj files based on git commit hints.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C# Git discussion
C# Git related posts
-
SourceGit, a promising open-source Git UI on Linux, finally
-
Git-credential-manager: Secure, cross-platform Git credential storage
-
Debian Git Monorepo
-
Help switching from https to SSH to push files to a repository
-
Git Merge – The Definitive Guide
-
I urgently need help with reverting changes made in Git (complete noob)
-
Pull Request Tool
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Dec 2024
Index
What are some of the best open-source Git projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | Files | 34,877 |
2 | GitExtensions | 7,814 |
3 | git-credential-manager | 6,995 |
4 | SparkleShare | 4,886 |
5 | LibGit2Sharp | 3,214 |
6 | Unity | 3,023 |
7 | GitVersion | 2,873 |
8 | git-tfs | 1,932 |
9 | Bonobo Git Server | 1,813 |
10 | sourcegit | 1,490 |
11 | RepoZ | 1,023 |
12 | UpmGitExtension | 774 |
13 | Husky.Net | 711 |
14 | versionize | 305 |
15 | Git Diff Margin | 291 |
16 | GitDependencyResolverForUnity | 249 |
17 | Crypto-Notepad | 228 |
18 | Git-It-GUI | 110 |
19 | git-rocket-filter | 84 |
20 | BuildVersioning | 59 |
21 | Versioning.NET | 20 |
22 | dotignore | 14 |
23 | cheatsheets | 12 |