hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square25linkfedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square25linkfedilink
minus-squarepomodoro_longbreak@sh.itjust.workslinkfedilinkarrow-up1·2 years agoHighly 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.
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkarrow-up1·2 years agoI always find this hard to follow personally.
minus-squareoce 🐆@jlai.lulinkfedilinkarrow-up1·2 years agoOr just use a good IDE that makes doing atomic commits pretty natural.
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.
We make a singular commit per feature.
I always find this hard to follow personally.
Or just use a good IDE that makes doing atomic commits pretty natural.