Tag: Oops

  • Git Undo Delete or Removal of Files

    So, silly me. I wanted to remove a single directory from my changes. It was the only change made. I tried git rm . Git told me I needed to use -r to recursively delete files. I figured that meant it would delete recursively delete the files in that directory. NOT SO! It deleted all…