I ask because I like console, but at the same time have difficulties remembering all the commands. I’d like to try a GUI that is comfortable to use with only a keyboard.
[edit]
My inbox got fediversized, fantastic feeling.

  • @qevlarr@beehaw.org
    link
    fedilink
    1
    edit-2
    2 years ago

    SourceTree when I was still a software engineer.

    I’m a manager now, and I see people insisting on command line who have no idea what they’re doing. Then don’t! I think it’s an awful attitude that real programmers use git command line, and GUIs are for babies. Please call out this attitude whenever you see it. Use tools that work for you. Git has a terrible user experience, let’s face it.

    • BentiGorlich
      link
      fedilink
      12 years ago

      I am using it too and I love it. I only know source tree as a competitor and in comparision it sucks…

      You dont have to pay for it, even when using it comercially (unpess they changed that)

  • exu
    link
    fedilink
    12 years ago

    Magit with emacs (doom emacs to be fully honest). More a TUI, but definitely fully keyboard driven :)

  • @priapus@lemmy.one
    link
    fedilink
    02 years ago

    I use Lazygit, which is a TUI. It is entirely controlled by keyboard shortcuts and has a lot of quick ways to do tedious things.

    • @Viktorian@beehaw.org
      link
      fedilink
      02 years ago

      +1 for Lazygit. It doesn’t cover all of my needs so I have to use the CLI for a few small things, but for 99% of your typical git usage this tool is such a gift.

      • @dmrzl@programming.dev
        link
        fedilink
        12 years ago

        I’m curious: what’s missing for you?

        I needed a few smaller features (like rebasing onto any commit, not just HEAD) and found the code quite easy to adapt to my needs (had to take half a day to learn Go first though).

        A proper gerrit integration would be awesome though.

        What’s lacking for you and where did you end up tool-wise?

  • @Kissaki@feddit.de
    link
    fedilink
    English
    0
    edit-2
    2 years ago

    I use TortoiseGit.

    The log window gives me overview and almost every action I need. Committing, diffing, switching, rebasing, creating and deleting branches and tags, pushing, fetching, merging, view logs of files, blaming, filtering…

    The log view is still much better than the VS Git log view. And due to it’s visual GUI it’s much better than CLI when going beyond just one branch or a low number of my own branches.

  • @evolatic@beehaw.org
    link
    fedilink
    02 years ago

    I use GitKraken. It has a beautiful interface. It’s free to use non-commercially but I pay $50/yr so that it can connect to my companies Enterprise account. I know I’m weak with git (I get the concepts but I’m a visual person) so the money is worth it to me.