6
Closed preview of the JetBrains standalone git client : GitClient 2025.3 EAP
(lp.jetbrains.com)
A community for discussion and news relating to JetBrains and its products! https://www.jetbrains.com/
Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.
Call me an elitist, but I think people really need to learn and use Git on the command line. It's integral to the job and visual clients hide away not just the nitty-gritty, but often basic processes. Why do I end up teaching experienced developers how to use
git reset
? There's some day-to-day stuff thaat I do like to do on the IDE though.[hops off soapbox]
Ranting aside, JetBrains' visuals and organization for Git are really good. Visaual Studio loses track of commits across forks and time, but Rider can keep up, so I'm sure a standalone client will work pretty well.
So how are you liking it?
Agreed, plus, there are situations where it's necessary, like on servers through SSH (I do use
gitu
though).Exactly, it improves long-term productivity.
Basically I don't see any reason to call you an elitist as long as we agree that the CLI is a fundamental first step rather than the only permanent proper way to do things.
Very much, 'cause it's basically the existing git integration for JetBrains IDEs but as a standalone app, that I can use for projects that don't need the IDE, as well as stuff that isn't code at all.
Exactly! That’s how I feel.
I always end up using VS Code for projects like that, but I don’t love its Got integration, so that really makes sense. I might give this a try when it’s more widely available.