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

Programmer Humor

20584 readers
1059 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 year ago* (last edited 1 year ago) (18 children)

git commit -m “changed somethings “

git push origin master

[–] [email protected] 2 points 1 year ago (15 children)

Do you always have to do origin master? I've seen it where sometimes just git push works and other times not.

[–] zcoyle 4 points 1 year ago

where it Just Works, the branch is set up to track a remote branch

https://git-scm.com/book/en/v2/Git-Branching-Remote-Branches

load more comments (14 replies)
load more comments (16 replies)