Bonobo Git Server VS GitVersion

Compare Bonobo Git Server vs GitVersion and see what are their differences.

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. (by jakubgarfield)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Bonobo Git Server GitVersion
5 13
1,815 2,961
0.0% 0.6%
0.0 9.6
over 1 year ago 8 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Bonobo Git Server

Posts with mentions or reviews of Bonobo Git Server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.

GitVersion

Posts with mentions or reviews of GitVersion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-03.
  • Semantic Versioning using GitVersion YAML file for your .NET, Java, and Kotlin projects' CI/CD
    7 projects | dev.to | 3 Dec 2024
    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
  • Golang RESTAPI boilerplate repository
    7 projects | /r/golang | 2 May 2023
    Gitversion: It reads your commit history and generates a semver version out of it. Say you are compiling main branch and have a tag 1.0. Then, you squash 3 PRs. When you build this version, the new version number will be 1.0.3. You can configure it to be smarter about increasing major, minor, patch fields. I typically use prefix on the commit messages so that it generates versions correctly. See more at https://gitversion.net/docs/
  • Deploying Flutter applications to Google Play using Github actions
    5 projects | dev.to | 15 Sep 2022
    GitVersion is not available by default and needs to be installed beforehand if we want to use the features it offers. The action is available here.
  • How to automate the versioning of projects?
    3 projects | /r/csharp | 7 Sep 2022
    Check this out https://gitversion.net/docs/
  • Wrote a CLI application to increase .NET's projects version by Semver
    3 projects | /r/dotnet | 29 Aug 2022
    At work we use https://gitversion.net/docs/ in our devops pipelines. Similaf to git-semver it generates a version based on what's published previously.
  • Managing Embedded SW revs?
    4 projects | /r/embedded | 10 Aug 2022
    Under Linux I use gitflow and gitversion. The former helps me with branch and tags management, the latter keep tracks of the semantic version in a semi-automatic fashion (given a branch/commit/tag it generate a semver automatically based on the repo log). Gitflow should be supported by GUI tools too, but I'm more a CLI guy.
  • How do you track which version of microservice is deployed on a stage at any given point
    1 project | /r/microservices | 13 Dec 2021
    I’m not sure about in Bitbucket, but our pipeline has installed GitVersion which ups the build version based on SemVer. https://gitversion.net/docs/ We have a HealthCheck endpoint to return this version.
  • Automating release notes with conventional commits
    2 projects | /r/csharp | 13 Dec 2021
    I know that GitVersion exists, which I think can automatically calculate the version number for me. But it's not entirely clear to me that it will do this. Also it doesn't seem to have a nbgv set-version equivalent that will just create a tag based on the calculated version number.
  • Kuberentes CI/CD
    4 projects | /r/kubernetes | 26 Oct 2021
    Kind of like you mention though, I tend to still create a build script using gitversion then just have the GitHub Action kick off the script. I find value in being able to create artifacts on a developer machine so having a simple script to run makes that as painless as possible and when I last looked a year or so ago there wasn't a good way of running GitHub Actions on your development machine.
  • Constant merge conflicts on csproj files
    3 projects | /r/dotnet | 6 Oct 2021
    Self promotion: I made Verlite for this purpose, tho something like GitVersion might be more suitable for your workflow.

What are some alternatives?

When comparing Bonobo Git Server and GitVersion you can also consider the following projects:

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).

Gogs - Gogs is a painless self-hosted Git service

semantic-release - :package::rocket: Fully automated version management and package publishing

Git Credential Manager for Windows

LibGit2Sharp - Git + .NET = ❤

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that C# is
the 10th most popular programming language
based on number of references?