23
github
6y

Super stressed.
What I did is:
1. git pull --rebase
2. Forgot to build to check if everything is working after pulling new changes
3. git push
4. Now, I realized I forgot to implement a method of the recently changed interface.
It's a production code. Not a joke. And was my first push to prod and I messed it up.
Sad life. Fixing it. Senior Devs must be crazy for my silly mistake.

Comments
  • 3
    Happens to the best of us. At least you are fixing your mistake and it is not left to someone else. have some ++ to make you feel better :)
  • 1
    @MateTea42 thanks a lot. ☺️
  • 1
    Reading this as I learn git... it's like I can hear Jason nearby... chi chi chi chi chi ka ka ka ka ka ka
  • 1
    @jusjoin Sorry, I don't know whose Jason.
  • 1
    I find it ironic that this happened to @github but I do feel for you. Good luck!
  • 1
    @github Jason Vorhees? ( ._.)
  • 2
    @jusjoin just googled. Oh. I haven't seen or read about this Jason. But, I got how horrific the chi chi Ka Ka will be from Jason..
  • 3
    @ryanmhoffman haha.. Irony of my life.. @github gets played by git

    It took me another 30 mins to fix it and then pushed it. Today morning, I checked the build and it succeeded.
Add Comment