• SleeplessCityLights@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    7 hours ago

    I can’t swear or reference other team members anymore, it was considered hostile. Fuck Steve, trying to get his git numbers up by running a linter on my feature branch while I am developing the branch. Now I can’t fucking quickly read the code, it is a mess for a reason, it is temporary. I hate Python for this, I come from C++ land and need my whitespace.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 hours ago
      git pull
      # you see bullshit
      git reset --hard HEAD@{1}
      git push --force
      

      Solved! Tell your coworker to make their own branch!

    • Ajen@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      5 hours ago

      If it’s your feature branch, just revert his commits (or reset the remote branch to your local branch)? Not sure why a feature branch would be shared between devs…

      • SleeplessCityLights@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        2 hours ago

        Ask Steve why he was working on my feature branch. Steve is not a smart person. He also built a feature that another team was working on, over a weekend and implemented it on Monday morning. The feature was already finished on Friday and the PR was waiting for approval. While 10x devs work fast, they create 10x the work for everyone else. He no longer works here and it turns out he burned every single team with shit like this. It is so hard to get rid of someone who can work fast. When upper management is convinced someone who is productive and smart can do no wrong. They ignore the fucking carnage they create.