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

Programmer Humor

18396 readers
736 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
[–] Pacmanlives@lemmy.world 21 points 7 months ago* (last edited 7 months ago) (18 children)

git commit -m “changed somethings “

git push origin master

[–] jelloeater85@lemmy.world 2 points 7 months 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@programming.dev 3 points 7 months 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)