• corytheboyd@kbin.social
      link
      fedilink
      arrow-up
      14
      arrow-down
      2
      ·
      9 months ago

      lazygit is seriously so good, it’s a shame so many people write it off because it’s not some beautiful Apple GUI. it’s an extremely efficient productivity tool.

      • jeffhykin@lemm.ee
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        9 months ago

        I don’t write it off because its ugly, I like snappy TUI tools. I write it off cause its not easy to pick up compared to what’s already in my editor.

        I don’t

        • stage individual lines (which is just a keystroke in my editor)
        • interactive rebase
        • cherry pick
        • bisect
        • nuke working trees
        • amend old commits

        I use git a lot, and I’ve learned/done each of those tasks, but I don’t ever find myself needing them.

  • TwinHaelix@reddthat.com
    cake
    link
    fedilink
    arrow-up
    11
    ·
    9 months ago

    Bookmarking this. I have such high hopes for this! I recently went searching for my new git GUI, looking for something free, cross-platform, and simple. Basically what I found is the only one I like is GitKraken, which is not free (I have private projects, which GitKraken paywalls).

    If this ends up anything like how these screenshots look, this will be my new client! Do you have a Patreon or other donation mechanism?

      • sping@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        9 months ago

        Isn’t there a magit-alike plugin for vscode? I have found it so frustrating working with devs who don’t use magit, because most seem to find slightly more advanced git like squash and fixup and cherry picking to be impossibly hard.

        • Zeth0s@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          9 months ago

          For these reasons, I always push for simple and straightforward workflows and many commits and merges. For many people git remains a mistery also after years working on it. I blame the easy-to-use guis, many people learn 2 buttons to press for a workflow, and they never care learning more

          • sping@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            9 months ago

            I blame the easy-to-use guis

            All the people I’ve worked with seem to use the command line. They just don’t know much beyond “commit everything” and basic push/pull/branch/merge.

            Conversely I learned most of what they don’t know direct from the magit GUI. So I often don’t know the specific command arguments. Not a good thing, but only a problem for communicating what to do to others.

      • TwinHaelix@reddthat.com
        cake
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Unfortunately, GitLens is by GitKraken. Seems like they might not restrict it for private repos, though, I’ll check it out.

      • jeffhykin@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        This^ plus ungit (especially when things go really bad; e.g. force pull/push) seems to be the current ideal git workflow.

        Hopefully this project will change that though!

      • TwinHaelix@reddthat.com
        cake
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Fork is only “free” in that the evaluation period is indefinite. This is generous and clicking through the nag isn’t a huge deal, but I develop on both Linux and Windows and I need a client that supports both.

        • syl@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 months ago

          Ah, sorry. I didn’t see that you require it to be free. It is also not open source IIRC.

          • TwinHaelix@reddthat.com
            cake
            link
            fedilink
            arrow-up
            1
            ·
            9 months ago

            Open source is a definite plus, but tbh not a requirement for me. Actively maintained, free, Windows and Linux, and simple. Oh, and it has to have a dark theme 😄

            • cschreib@programming.dev
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              GitHub Desktop works well for me and my workflow; even though the Linux version is only supported by the community (possible thanks to it being open source). The UI is very neat and simple. Yet you can do squash, reorder commits, ammend, commit hunks etc. Dark theme available of course! It integrates with GitHub (for PRs mostly) but afaik isn’t tied to GitHub repos.