Let’s be honest, the majority here probably has a github account. Some of us are happy as a clam and wouldn’t switch no matter what happened, but there are some who would and haven’t yet. Why?

  • bamboo
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    I’d have to assume they mean the features of Github like pull requests, issue tracking, wikis, etc that aren’t part of the git

    • SpaceNoodle@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      All of those features are very poorly implemented by GitHub. There are many other platforms which do a better job and can integrate with git.

      • thelonelyghost@infosec.pub
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        And can integrate with git? Examples?

        I haven’t found a platform that handles issues integrated with git (as a technology) except, maybe, git-bug.

        The wiki concept is simple; an external repo that’s a static site generator. All GitHub’s wiki happens to be is a fancy UI around Gollum wiki.

        The protected branches and other git hooks are definitely part of the git-hooks feature that ship with the software.

        Honestly, the full integration and friendliness to self-hosting had me seriously looking at Fossil, until I saw some opinions I couldn’t get on board with (e.g., automatically pushing to/pulling from remote on every commit)

        • SpaceNoodle@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Gitea, loads of Atlassian products like Jira and Confluence, Reviewable, Gerrit, Jenkins - and that’s just off the top of my head while I type.