1. 5
    1. 5

      My favorite:

      1. cd ..
      2. cp work-repo/code.py /tmp/
      3. rm -rf work-repo && git clone github.com/.../work-repo.git
      4. cp /tmp/code.py work-repo/
      5. cd work-repo && git checkout my_branch && git add -u && git commit

      I got to see all the respect my DevOps colleague ever had for me leave his body with one deep sigh when he saw me do this on a screenshare last month.