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

Programmer Humor

19154 readers
2012 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] 3 points 9 months ago (3 children)

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

[–] [email protected] 7 points 9 months ago (1 children)
[–] [email protected] 5 points 9 months ago

Force push Fridays!

[–] [email protected] 1 points 9 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.

[–] [email protected] 1 points 9 months ago* (last edited 9 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?