• prettybunnys@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    1 day ago

    Better in what way?

    There are certainly others but … git is the defacto standard for a reason.

    There are certainly use cases for others, just wondering what you mean?

    • rhabarba@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago
      1. Git is for bazaar-style development. However, most of my own projects are cathedral-style.
      2. Git’s default user experience (CLI command syntax, for example) is weird. There are reasons why Git GUIs are popular and (e.g.) SVN GUIs never were.
      3. Git is rather spammy in terms of hard disk usage.
      • SpaceNoodle@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 day ago
        1. Nothing is preventing git from being used for cathedral development.

        2. Nothing is preventing you from using any of the plethora of frontends available.

        3. If all of your projects are a single file, you have much deeper problems than selecting source control.