this post was submitted on 08 Nov 2023
82 points (86.0% liked)

Programming

17020 readers
257 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
82
Why Git is hard (roadrunnertwice.dreamwidth.org)
submitted 10 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] MajorHavoc 3 points 10 months ago (1 children)

I do have a huge ego, but I'll claim it's a total coincidence that I use CLI git.

My main reason to use mostly CLI is the better error messages I get when something goes wrong.

My secondary reason is that my preferred GUI tools for git didn't used to have support for operations I do often such as 'cherry-pick' and 'rebase'. I think that is mostly solved now, but my habits change slow and I'm used to the CLI.

[–] TrickDacy 2 points 10 months ago (1 children)

Haha fair. My experience though, is that cherry picking is easily done in gui and I've honestly never attempted on cli because it only takes me three clicks in Fork

[–] MajorHavoc 1 points 10 months ago

Yeah. Cherry pick was the killer feature for CLI back when I was forming habits. Seems like it's built into most tools now, which is really nice.