this post was submitted on 20 Jun 2023
43 points (97.8% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Relisui@kbin.social 2 points 1 year ago (2 children)

Gitkraken is the powerhouse, but i only use it for difficult commands

[–] swhitt@beehaw.org 1 points 1 year ago

I used to swear by the git CLI. After using GitKraken for a few days, I shelled out the $95 for an annual license. It's really good.

[–] Remillard@kbin.social 1 points 1 year ago

I use GK for everything and usually only use CLI when there's something a little exotic. I like seeing it update in real time on another screen and I like the diff engine for quickly assessing changes and making sure everything I expected was altered and nothing I didn't. I know there are other tools but GitKraken is the fastest for me.

Also have found it a good tool for teaching other engineers (usually older) how Git works. We tried out Sourcetree but it was super clunky at the time.

If I had to find a tool between pure CLI and pure GUI I'd probably recommend Emacs Magit porcelain. Works quite well.