you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 11 months ago (3 children)

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

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 11 months ago

    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.

  • source
  • parent
  • [–] 2 points 11 months ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 11 months ago (2 children)

    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.

  • source
  • parent
  • hideshow 4 child comments