Launch HN: Diversion (YC S22) – Cloud-Native Git Alternative

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • git-lfs

    Git extension for versioning large files

    Congrats on the HN launch. How does this improve or expand or blow git-lfs[1] out of the water because if I needed large blob file support it's what I would use instead. It offers pointers to the big files to the hosted git instead of pushing around the binaries itself -- though I am speculating since I've not used it myself just read about it online.

    [1] https://git-lfs.com/

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • desktop

    Focus on what matters instead of fighting with Git.

    Congrats on the launch! It's always exciting to see more competition in the version control space.

    One question I have is whether you guys are better than:

    https://desktop.github.com/

    This seems to do the exact same thing, be free forever, and have a more mature GUI that is also easier to use than regular terminal git. In my firm, even with people who don't know how to code, they can use github desktop (since it babies you through the process of committing code.)

  • github-docs

    The open-source repo for docs.github.com

    git clone https://github.com/github/docs.git 123.57s user 37.02s system 74% cpu 3:35.73 total

    git clone --depth 1 https://github.com/github/docs.git 3.37s user 1.83s system 35% cpu 14.521 total

    Not a scientific test at all, but the second one was literally 35x faster, wall clock time.

  • go

    The Go programming language

    Considering many languages' very own tooling (e.g. gofmt, syn) often have glaring gaps[1][2] in the understanding/roundtripping of the language's AST constructs, I would never be able to trust something like this to store my code.

    [1] https://github.com/golang/go/issues/20744

  • syn

    Parser for Rust source code

    [2] https://github.com/dtolnay/syn/issues/782

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go automatically downloads a newer toolchain if needed

    4 projects | news.ycombinator.com | 20 Aug 2024
  • Use SQL to search within a Git repo

    1 project | news.ycombinator.com | 8 Apr 2024
  • Ask HN: Can we do better than Git for version control?

    17 projects | news.ycombinator.com | 10 Dec 2023
  • Milyen jelszót használj, hogy a te fiókodat ne törjék fel?

    1 project | /r/kiszamolo | 8 Dec 2023
  • Harness launches Gitness, an open-source GitHub competitor

    17 projects | news.ycombinator.com | 21 Sep 2023

Did you konow that Go is
the 4th most popular programming language
based on number of metions?