this post was submitted on 08 Apr 2024
257 points (96.7% liked)

Programmer Humor

32472 readers
467 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 7 months ago (4 children)

Honestly I've never had an IDE whose git integration I preferred over just using the command line, or pulling out Source Tree. Just wish Source Tree was available on Linux...

[–] [email protected] 9 points 7 months ago

I haven't used much Git since I started using IntelliJ IDEs. True, I had to fix some issues when the IDE just refused to do its thing, but IIRC it was one specific situation where I cherry picked changes that I already had, where it got stuck on cherry picking.

[–] [email protected] 5 points 7 months ago

Emacs Magit is so much better than the CLI, and I don't say that lightly. And it's available on Linux.

[–] [email protected] 4 points 7 months ago (1 children)

VSCode with a shitload of extensions pretty much does the job

[–] [email protected] 2 points 7 months ago

A shitload? I thought it was just:

  • GitLens
  • Git Graph
  • ???
  • Profit
[–] [email protected] 1 points 7 months ago

I prefer the CLI as well, but when I'm not a dev I supervise practical works in programming classes, where I don't have much saying in the recommended/required tools