This magazine is from a federated server and may be incomplete. Browse more on the original instance.
CJOtheReal, 1 year ago in Always Bugs come out at night the most, so its just natural to hunt them in the dark.
Bugs come out at night the most, so its just natural to hunt them in the dark.
Pacmanlives, 1 year ago (edited 1 year ago) in Manager: This task only takes 30 minutes. Why did it take you the whole day? git commit -m “changed somethings “ git push origin master
git commit -m “changed somethings “
git push origin master
jelloeater85, 1 year ago Do you always have to do origin master? I’ve seen it where sometimes just git push works and other times not.
Do you always have to do origin master? I’ve seen it where sometimes just git push works and other times not.
Meowoem, 1 year ago I think it depends what branch your local version of the repo is set to. If you’re already in master then it’ll push there, if you’re in a testing branch then you can push it straight to master instead by telling it to
I think it depends what branch your local version of the repo is set to. If you’re already in master then it’ll push there, if you’re in a testing branch then you can push it straight to master instead by telling it to
jelloeater85, 1 year ago I just meant it not auto creating a new matching named branch.
I just meant it not auto creating a new matching named branch.
zcoyle, 1 year ago where it Just Works, the branch is set up to track a remote branch git-scm.com/book/…/Git-Branching-Remote-Branches
where it Just Works, the branch is set up to track a remote branch
git-scm.com/book/…/Git-Branching-Remote-Branches
Valmond, 1 year ago push origin your/branch Pushes, you guessed it, your/branch! Head is usually your checked out working branch if you’re not in a headless state, right?
push origin your/branch
Pushes, you guessed it, your/branch!
Head is usually your checked out working branch if you’re not in a headless state, right?
sloppy_diffuser, 1 year ago git-scm.com/docs/git-push#Documentation/git-push.…
git-scm.com/docs/git-push#Documentation/git-push.…
adrian783, 1 year ago uh in any actual company you almost never push to origin master. so I think it’s a joke.
uh in any actual company you almost never push to origin master. so I think it’s a joke.
Valmond, 1 year ago (edited 1 year 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?
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?
MajorHavoc, 1 year ago Not with that attitude! /s
Not with that attitude! /s
jelloeater85, 1 year ago Force push Fridays!
Force push Fridays!
TheUncannyObserver, 1 year ago That’s part of the joke, I think. If it’s a repo more than just you use, you would almost never push directly to the main branch.
That’s part of the joke, I think. If it’s a repo more than just you use, you would almost never push directly to the main branch.
MajorHavoc, 1 year ago You forgot this –force flag.
You forgot this –force flag.
–force
Valmond, 1 year ago I’m too lazy, I use -f
I’m too lazy, I use -f
NeverNudeNo13, 1 year ago in When rubber duck debugging just doesn't cut it. I mean you could always substitute a witch if you are unable to source the live duck…
I mean you could always substitute a witch if you are unable to source the live duck…
NounsAndWords, 1 year ago in Revisiting code I wrote last year Considering last year was six days ago…I agree.
Considering last year was six days ago…I agree.
0x4E4F, 1 year ago in Rust project startup kit Well, that escalated rather quickly.
Well, that escalated rather quickly.
lurch, 1 year ago in When you forget to set a boundary conditions in your logic Did you live on a very fast spaceship maybe? … or did you travel back to the start of 2023 multiple times, trying to fix the world? It would explain a lot of things.
Did you live on a very fast spaceship maybe?
… or did you travel back to the start of 2023 multiple times, trying to fix the world? It would explain a lot of things.
bleistift2, 1 year ago in When you forget to set a boundary conditions in your logic Frequent flyer?
Frequent flyer?
9point6, 1 year ago in When you forget to set a boundary conditions in your logic More days per day
More days per day
hypnotic_nerd, 1 year ago in Rust project startup kit Very small projects 😂 after mastering it try building whooping to-do app in rust!
Very small projects 😂 after mastering it try building whooping to-do app in rust!
sirico, 1 year ago in Rust project startup kit Let me on the Linux kernel irq I can redo the whole thing!
Let me on the Linux kernel irq I can redo the whole thing!
CaptKoala, 1 year ago in Revisiting code I wrote last year This is me with code I write now
This is me with code I write now
umbrella, 1 year ago in Revisiting code I wrote last year Whos the fucking idiot that wro… oh it was me.
Whos the fucking idiot that wro… oh it was me.
lil, 1 year ago in Manager: This task only takes 30 minutes. Why did it take you the whole day? You should not use -m, you should write commit body!
You should not use -m, you should write commit body!
-m
zalgotext, 1 year ago Why? My coworkers are barely literate and won’t read anything with more than 4 or 5 words, writing a commit body would be a waste of time.
Why? My coworkers are barely literate and won’t read anything with more than 4 or 5 words, writing a commit body would be a waste of time.
ExperimentalGuy, 1 year ago in When rubber duck debugging just doesn't cut it. So rude for not dropping the link for that duck in the post tsk tsk tsk
So rude for not dropping the link for that duck in the post tsk tsk tsk
brokenlcd, 1 year ago in When rubber duck debugging just doesn't cut it. I raise chickens in my garden; I’ll make do
I raise chickens in my garden; I’ll make do
programmer_humor
Active
This magazine is from a federated server and may be incomplete. Browse more on the original instance.