Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programming
  3. Let's Make Sure Github Doesn't Become the only Option - Edward Loveall

Let's Make Sure Github Doesn't Become the only Option - Edward Loveall

Scheduled Pinned Locked Moved Programming
12 Posts 11 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M This user is from outside of this forum
    M This user is from outside of this forum
    [email protected]
    wrote last edited by
    #1
    This post did not contain any content.
    I V G C Y 5 Replies Last reply
    63
    • M [email protected]
      This post did not contain any content.
      I This user is from outside of this forum
      I This user is from outside of this forum
      [email protected]
      wrote last edited by
      #2

      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

      T 1 Reply Last reply
      4
      • I [email protected]

        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

        T This user is from outside of this forum
        T This user is from outside of this forum
        [email protected]
        wrote last edited by
        #3

        Why? This is isn't about git. It's about github. Two completely different tools.

        L I 2 Replies Last reply
        22
        • M [email protected]
          This post did not contain any content.
          V This user is from outside of this forum
          V This user is from outside of this forum
          [email protected]
          wrote last edited by
          #4

          Codeberg has a git "ci" possibility (woodpecker?). What is missing?

          1 Reply Last reply
          1
          • M [email protected]
            This post did not contain any content.
            G This user is from outside of this forum
            G This user is from outside of this forum
            [email protected]
            wrote last edited by
            #5

            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.

            1 Reply Last reply
            1
            • M [email protected]
              This post did not contain any content.
              C This user is from outside of this forum
              C This user is from outside of this forum
              [email protected]
              wrote last edited by
              #6

              Love codeberg for personal, already move our business to gitlab

              1 Reply Last reply
              13
              • M [email protected]
                This post did not contain any content.
                Y This user is from outside of this forum
                Y This user is from outside of this forum
                [email protected]
                wrote last edited by
                #7

                I just set up a private forgejo instance and it was really quick and easy. So far I'm enjoying it.

                addie@feddit.ukA 1 Reply Last reply
                2
                • T [email protected]

                  Why? This is isn't about git. It's about github. Two completely different tools.

                  L This user is from outside of this forum
                  L This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #8

                  I think it’s valid unless one thinks git should be the only standard. Looking at other tool chains opens options

                  E 1 Reply Last reply
                  3
                  • L [email protected]

                    I think it’s valid unless one thinks git should be the only standard. Looking at other tool chains opens options

                    E This user is from outside of this forum
                    E This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #9

                    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.

                    crmsnbleyd@sopuli.xyzC 1 Reply Last reply
                    3
                    • Y [email protected]

                      I just set up a private forgejo instance and it was really quick and easy. So far I'm enjoying it.

                      addie@feddit.ukA This user is from outside of this forum
                      addie@feddit.ukA This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #10

                      Yeah. Got a raspberry pi sat by our router, being the home dns server and fileshare. Installing forgejo was a one-liner, configuring nginx to serve it over https took about half a dozen. Very easy, perfectly reliable.

                      1 Reply Last reply
                      1
                      • T [email protected]

                        Why? This is isn't about git. It's about github. Two completely different tools.

                        I This user is from outside of this forum
                        I This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #11

                        I know. The author suggests:

                        Experiment with new-to-you version control systems like Fossil, Mercurial, and Pijul.

                        The author is:

                        learning about different version control systems. For example, the differences between Fossil and git revealed a lot of my biases towards git simply because it’s familiar (and Fossil seems really cool). Reading about the theory behind Pijul absolutely bends my brain into knots. I keep trying anyway because conflicts in git are frustrating and I’d like a better solution.

                        The author says:

                        It would be nice to move beyond git one day and have a better experience for managing complex codebases, and not on GitHub’s timeline.

                        1 Reply Last reply
                        0
                        • E [email protected]

                          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.

                          crmsnbleyd@sopuli.xyzC This user is from outside of this forum
                          crmsnbleyd@sopuli.xyzC This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #12

                          Jujutsu isn't supposed to be just a git frontend actually

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups