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.

  • cosima_takeyama
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I haven’t found anything better than Sublime Merge when it comes to replacing git’s interactive staging (git add —patch) with a more friendly UX. The closest thing would be IntelliJ’s change sets feature but, in my experience, it’s much less useful because it still hunks lines near each other. In Sublime you have line by line selection to stage stuff.

    It helps a lot when reorganizing commits at review time and before doing a merge. It’s also incredibly fast and can show you the actual git commands it’s running which can be helpful for folks who are still learning the CLI.