this post was submitted on 25 Nov 2023
836 points (97.0% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fushuan@lemm.ee 29 points 2 years ago (10 children)

Slight correction. In case of fire:

Git checkout -b firemyusername Git commit -am="fire" Git push.

We don't want to have conflicts with code versions when going in on a rush, better to create a new branch. We can merge all the conflicts afterwards.

[–] marx2k@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (3 children)

Gonna need some semicolons or double ampersand in there

[–] fushuan@lemm.ee 2 points 2 years ago (2 children)

Nah, what I need is doble new lines of code blocks since this is markdown and it fucked the display.

[–] malijaffri@feddit.ch 2 points 2 years ago (1 children)

Here you go:

git checkout -b firemyusername
git commit -am="fire"
git push
[–] fushuan@lemm.ee 1 points 2 years ago

I know how to do it, I was just lazy lmao.

load more comments (6 replies)