Category: Updates

git: Delete all tracked files?

I have a directory containing a git repo as well as other unrelated files which I do not want tracked (its my home directory, sorry if this is bad practic...

How to kill a localhost:8080

I'm trying to kill a dev server setup via yarn on Windows. While I Ctrl+C'd the command prompt, when I went back to localhost:8080 it had not st...