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

Programmer Humor

18292 readers
1437 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
[–] adrian783@lemmy.world 2 points 6 months ago (3 children)

uh in any actual company you almost never push to origin master. so I think it's a joke.

[–] MajorHavoc@lemmy.world 7 points 6 months ago (1 children)
[–] jelloeater85@lemmy.world 4 points 6 months ago

Force push Fridays!

[–] Valmond@lemmy.mindoki.com 1 points 6 months ago* (last edited 6 months ago)

Depends on the configuration right?

You can work on your branch and then push that to integration for example.

I mean you're not working on your local master/main branch right?

[–] herrvogel@lemmy.world 1 points 6 months ago

In most actually companies you can try push to origin master, but it'll likely get rejected by the repo's security policies.