cd ~/repos/work-project27
git checkout dev
git branch new_feature
### code for a few hours, close laptop, go to sleep, next morning
git checkout dev
### code for a few more hours, close laptop go to sleep, next morning
## "oh fuck, I already implemented this in new_feature but differently"
git checkout dev
git diff new_feature
## "oh no. oh no no no. oh fuck. I can't merge any of this upstream and my history is borked."
git clone git@workhub:work/work-project work-project28
cd ~/repos/work-project28
this post was submitted on 18 Feb 2025
3 points (100.0% liked)
Programmer Humor
23800 readers
2511 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
Truly a Sisyphus tale
That last one is more common than I'd like, a lot more
At university there were some students that want to manage projekts in could storange. That was just stupid but i didn't know it better at that time.
I'm sick...that's my excuse....
Didn't want to be mean with the meme
Don't worry, it's fun