• gomp@lemmy.ml
        link
        fedilink
        arrow-up
        23
        ·
        5 months ago

        Yeah… does git have issue tracking? actions? C’mon: it’s not like github & co. are just git.

        • herrvogel@lemmy.world
          link
          fedilink
          arrow-up
          12
          ·
          5 months ago

          It doesn’t have discussions, it doesn’t offer pull request management with commented/annotated code reviews, it doesn’t have built-in ssh and key management features, no workflows, no authorization tools of any kind…

          In short I find the “just use git itself lmao” to be an exceedingly weird thing to say and I find it even weirder that it gets said as often as it does and it gets upvoted so much. Git by itself is not very useful at all if there are more than one a half people working on the same code.

          • steeznson@lemmy.world
            link
            fedilink
            arrow-up
            2
            arrow-down
            2
            ·
            5 months ago

            A server hosting a copy of the repo, git send-email, a mailing list and a bugzilla instance is all that an open source project really needs.

            The advantage of github/gitlab et al. is that it merges all of the above functionality to one place, however it’s not absolutely essential. Git itself is extremely versatile and can be as useful as you are want it to be if you put in the time to learn it.

  • Kelly@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    5 months ago

    The problem wasn’t that the line I wanted wasn’t on the page—it’s that the whole document wasn’t being rendered at once, so my browser’s builtin search bar just couldn’t find it.

    I feel like this has been the case for a while now. Luckily they offer other search tools so its a gotcha that you only have to hit once.

    In edit mode they capture the crtl-f keystrokes and offer their own search and replace tool. An argument could be made that they should offer a custom search tool for read mode if they are going to break the browsers built in tooling.

  • toastal@lemmy.ml
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    5 months ago

    I want to see good forges for alternative DVCSs. Git itself feels like legacy software full a truckload of arcane commands & flags with bad defaults that just keeps bloating. Most software makers at this point have never even used a non-Git VCS.