3

I don't fuck up at work that much anymore but when I do, it's still in git

Comments
  • 2
    The way i use git is so bad. Just because of who i am as a person mainly. I probably have a rant on here about me and that's fair. I have this problem where I will implement pretty much the whole thing on one commit then push it, open the PR and go onto my balcony and spark one up.

    Then come back to 5 change requests and schema.rb is in shambles and the linters are coming thru the windows. This is where i truly earn my salary in terms of cortisol production

    Just know that I am ashamed
  • 1
    I don't fuck up much, but I find out 2 years later something I pushed to git.
  • 0
    @spoiledgoods can be easily solved though, if you finish it just use a visual git client to mark different parts of your code when committing. Also, run linter and tests before making a pr (or automate it with husky)
Add Comment