-
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
-
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.)
-
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.
-
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
-
[2] https://github.com/dtolnay/syn/issues/782