this post was submitted on 12 Dec 2023
807 points (99.0% liked)

Programmer Humor

19564 readers
1261 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 11 months ago (10 children)

Highly recommend throwing --patch on any git commands you're used to using. You will have the prettiest, most atomic fkn commit, I'm serious people will love you for it.

I mean many people won't care, but the quality folk will notice and approve.

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago) (4 children)

Or just use a good IDE that makes doing atomic commits pretty natural.

[–] [email protected] 2 points 11 months ago (3 children)

I've only tried the VS code hunk stager thing, and found it cumbersome compared to command line, but if you can make a GUI work for you ya go for it. I've never found it worth the trouble personally

[–] [email protected] 3 points 11 months ago (1 children)

Shout out to Lazygit for letting me stage individual lines

[–] [email protected] 1 points 11 months ago

Looks pretty neat. I like that it shows the commands it's issuing!

load more comments (1 replies)
load more comments (1 replies)
load more comments (6 replies)