TIL: If you have a folder that starts with a dash (-), e.g: "-t", it breaks using commands such as `git add *`, because it gets expanded to `git add -t`, and -t is an invalid flag for git add. Also, to remove the folder you'll need: rm -rf ./-t. #linux
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.