• SleeplessCityLights@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 month 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
      1
      ·
      1 month ago
      git pull
      # you see bullshit
      git reset --hard HEAD@{1}
      git push --force
      

      Solved! Tell your coworker to make their own branch!