Remote Repo
Treat Local GIT Repo as a …
There are many reasons why you might want to use a local GIT repo like it were a remote repo. I recently wanted to test a new process for using GIT pre-commit hooks using Husky and Lint-Staged for easy configuration. The basic idea for configuring pre-commit hooks was that anytime I changed code and …