this post was submitted on 25 Nov 2023
923 points (97.2% liked)

Programmer Humor

32443 readers
642 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
[โ€“] lukas@lemmy.haigner.me 21 points 11 months ago (2 children)
[โ€“] osmn@lemmy.ml 18 points 11 months ago

"I followed the rules, Boss. Not my fault the rules are stupid ๐Ÿคทโ€โ™‚๏ธ"

[โ€“] applebusch@lemmy.world 1 points 11 months ago

You could change it to git commit . to add and commit everything. But just in case you weren't up to date, you should probably do

git commit .

git pull -s ours

git push

For maximum chaos.