-
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…
-
AWS Git Push Rejected – remote: error: Unable to create application version: null
I was trying to push to AWS through their CLI, and I got this error: remote: error: Unable to create application version: null … ! [remote rejected] HEAD -> master (hook declined) error: failed to push some refs to … I doubted that the issue was common enough that I would find a useful answer…