117
jdatap
6y

git add -A
git commit -m "fixed tupo"
git push

🤓

Comments
  • 6
    Stop reading my commit messages! xD
  • 5
    you know what they say:

    git amend
    is your friend
  • 12
    `git push origin hamster`
  • 1
    "fixed tupo"? I think you spelled "I am a fucking idiot and should stop being a developer" wrong 😂😂
  • 3
    @j4cobgarby

    git rebase -i HEAD~$(git rev-list --count origin/master..HEAD) is your friend.

    Squash your whole branch of 600 wip-fix-progress-fix-wip-fix-goingToBed-fix commit chain into maybe half a dozen useful commits, and give them complete messages with title and description. :D
  • 4
    git commit -m "fixed tupo in old commit message"
  • 0
    @okee
  • 1
    @AlexDeLarge Yeah I tend to cram all of the little information I have in a push-up bra, for the viewer's pleasure. I mean it's all I have, asset-wise... people may call me out for being a knowledge whore... but it's all natural, we're all born with curiosity. It's not just for showing off, you may gently squeeze as well, maybe even bury your head in it and inhale, the contents should be shared and used. I'm not ashamed of my polygamous mental sluttiness, I'm proud of it, even a bit excited when others do me in return.
  • 0
    git commit -m "fixed, kupo! --Mog"
Add Comment