I still like this method, and I take advantage of pre-push, pre-commit hooks for dev tools like linters and scanners.
I used to use a personal git server but the possible security issues and/or making the entire server vulnerable scared me away from it. Instead, I simply use bare git repos on the server and the server is only…
I still like this method, and I take advantage of pre-push, pre-commit hooks for dev tools like linters and scanners.
I used to use a personal git server but the possible security issues and/or making the entire server vulnerable scared me away from it. Instead, I simply use bare git repos on the server and the server is only…