Let's Make Sure Github Doesn't Become the only Option - Edward Loveall
-
This post did not contain any content.
-
This post did not contain any content.
Jujutsu is another git alternative I keep seeing around and came to mind reading this:
https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
-
Jujutsu is another git alternative I keep seeing around and came to mind reading this:
https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
Why? This is isn't about git. It's about github. Two completely different tools.
-
This post did not contain any content.
Codeberg has a git "ci" possibility (woodpecker?). What is missing?
-
This post did not contain any content.
I agree we need more diverse options to host source code projects with. I remember when people moved their source code to other places like gitlab when github was bought by microsoft.
-
This post did not contain any content.
Love codeberg for personal, already move our business to gitlab
-
Why? This is isn't about git. It's about github. Two completely different tools.
I think it’s valid unless one thinks git should be the only standard. Looking at other tool chains opens options
-
I think it’s valid unless one thinks git should be the only standard. Looking at other tool chains opens options
Jujutsu is a Git frontend, from what I understand, much like there's tons of Git GUIs. So, you interact with it in a different way, but you still push to a Git repository and others can interact with your code by using Git.
I guess, it somewhat lessens the grip of Git, because they can hook different backend services (e.g. Subversion, Mercurial, Fossil) into this frontend, and from what I understand, they plan to develop an own backend eventually. But yeah, for now, the communication standard is still Git.