I’m wondering if you use any (graphical) clients to manage your Git, and if so, what client you use.

I myself have to use git professionally across all 3 major OS-es, and I currently use Sourcetree on Windows and macOS, and the Git tools built-in into IntelliJ on Linux.

Have given MaGit a try, but just couldn’t get all the shortcuts to stick in my mind.

Interested to hear your experiences!

  • Mad_Punda@feddit.org
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    CLI, gitui, SmartGit, various editor integrations when I’m there anyway (VS code, JetBrains)

    The CLI is great because it works everywhere, but it’s not the best to review changes before I commit, or to inspect the log, plan merges etc. So I tend to go for more graphical tools for these tasks. Used SmartGit a lot at work. But recently learned about gitui and like its simplicity at times esp when I’m at the command line anyway.

    The editor integrations I only really use to commit small changes or switch branches, see if I have changes etc.