this post was submitted on 17 Feb 2024
163 points (96.0% liked)

Programmer Humor

32561 readers
381 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
[–] SpeakinTelnet 18 points 9 months ago (1 children)

No needs for pull requests when you commit directly to main.

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

also remember to use --force when pushing, your colleagues will love you

[–] SpeakinTelnet 8 points 9 months ago
git rebase -i --root
git commit --amend --no-edit
git push --force
[–] [email protected] 5 points 9 months ago

use the force Luke!