this post was submitted on 12 Dec 2023
7 points (100.0% liked)

Programmer Humor

19537 readers
543 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] 0 points 11 months ago (1 children)
[–] [email protected] 0 points 11 months ago (1 children)

"patch mode" - Patch mode allows you to stage parts of a changed file, instead of the entire file. This allows you to make concise, well-crafted commits that make for an easier to read history.

[–] [email protected] 0 points 11 months ago (1 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] 0 points 11 months ago (1 children)

We make a singular commit per feature.

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

I always find this hard to follow personally.