Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards users for any reason
- No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
Rule 3. No spam of tools/companies/advertisements.
Yet here we are pushing a waitlist for a crap husky pre-push script? What?
I acknowledge that the idea is amusing.
Let's be clear: anything that prevents devs from pushing to a branch will necessarily result in code being isolated on a dev's local machine. This is always a bad idea, and will always lead to lost work. I've seen it happen too many times.
Pre-commit hooks and pre-push hooks must be skipped, and eventually deleted. Every single time.