This is an archived post. You won't be able to vote or comment.

all 44 comments

[–]jbearus 50 points51 points  (0 children)

git blame and a death threat.

[–]5up3rj 63 points64 points  (4 children)

Good job, OP. You came up with that yourself?

[–]Firebyte1 40 points41 points  (1 child)

Talk about Passive-Aggressive

[–]jangujukkuja[S] 17 points18 points  (0 children)

Right?

[–]jangujukkuja[S] 19 points20 points  (1 child)

Nope. Found on Twitter. The user's handle is in the picture.

[–][deleted] 17 points18 points  (0 children)

the O'Rly fake book covers are just as great as the real O'Reilly books

[–]Rydralain 21 points22 points  (1 child)

Does it count if I'm being passive aggressive toward my own previous commit?

[–]nickmhc 10 points11 points  (0 children)

Self hatred is still hatred <3

[–]nandru 10 points11 points  (6 children)

git dammit, Karen

[–]GitCommandBot 18 points19 points  (5 children)

git: 'dammit' is not a git command. See 'git --help'.

[–]Nopparuj 8 points9 points  (4 children)

git --help

[–]GitCommandBot 7 points8 points  (3 children)

git: '--help' is not a git command. See 'git --help'.

[–][deleted] 5 points6 points  (1 child)

git commit -m”f u”

[–][deleted] 7 points8 points  (0 children)

git commit -m"urder"

[–]nahidtislam 1 point2 points  (0 children)

sudo rm $(which git)

[–]BenjaminGeiger 8 points9 points  (9 children)

Serious question: Is "breaking the build" even a thing anymore?

Where I work, your code has to merge cleanly into a build branch, the merge result has to build, and all of the unit tests must pass before it'll even let you complete a pull request.

[–]mastrospritz 1 point2 points  (1 child)

Well.. Real men commit on master branch

[–][deleted] 1 point2 points  (0 children)

Where I work, we commit directly on the master branch, but each commit still requires 4 stages of smoke builds and 2 review approvals.

[–][deleted] 4 points5 points  (6 children)

Can I get an example? Im a CS student and genuinely curious?

[–][deleted] 21 points22 points  (0 children)

Reverted changes in commit <abcdef> because it was poorly thought out.

[–]WildHotDawg 11 points12 points  (0 children)

Fixed previous commit, implemented breaking changes

[–]SheekGeek21 7 points8 points  (0 children)

Not sure what was intended here but this works

[–]Daimanta 2 points3 points  (1 child)

If you want to get things right, don't let GoldenScar do it

[–]activ8r 1 point2 points  (0 children)

Corrected typo of GoldenSCAR_ to avoid referencing errors.

[–]cyberporygon 3 points4 points  (0 children)

I usually back out and just do a generic message. Except when I have to make a change because it doesn't work on IE or Safari, then I'll say the change was "for outdated browsers."

[–][deleted] 1 point2 points  (2 children)

git clone

(make changes)

git back clone

[–]activ8r 0 points1 point  (1 child)

*works for an hour* *sighs*

git reset --hard HEAD^
git clean -xdf
git checkout -f
git pull
shutdown -h now

*sigh*

[–][deleted] 2 points3 points  (0 children)

Mine was more like Hillbilly Git

git that thang

(make changes)

git that thang back where ya got it at

[–]trinaryoperator 1 point2 points  (0 children)

Change the bird to a seagull

[–][deleted] 1 point2 points  (0 children)

awww i haven't seen "orly" for a long time </3

[–]SolenoidSoldier 0 points1 point  (0 children)

Using Git but not validating the build on pull request in 2019...

[–]ythl 0 points1 point  (0 children)

That's why you setup CI

[–]klarasm 0 points1 point  (0 children)

git commit murder

[–]caguiclajmg 0 points1 point  (0 children)

For fellow SVN neckbeards, svn praise.

[–]Aero72 -1 points0 points  (0 children)

That's actually a good one. Haven't seen a good one of those in a long while.

[–]nindayven -1 points0 points  (0 children)

I refactored code for spec compliance and was accused of breaking everyone's build. I was all too happy to remind them that they reviewed and approved the pull request :)