• corytheboyd@kbin.social
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      11 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
        7
        ·
        edit-2
        11 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
    link
    fedilink
    arrow-up
    8
    ·
    11 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?

      • TwinHaelix@reddthat.com
        link
        fedilink
        arrow-up
        1
        ·
        11 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
          ·
          11 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
            link
            fedilink
            arrow-up
            1
            ·
            11 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
              ·
              11 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.