this post was submitted on 10 Mar 2026
1 points (100.0% liked)

Git

4720 readers
1 users here now

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

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. 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.

founded 3 years ago
MODERATORS
all 3 comments
sorted by: hot top controversial new old
[–] lowspeedchase@lemmy.dbzer0.com 0 points 4 months ago

Rule 3. No spam of tools/companies/advertisements.

Yet here we are pushing a waitlist for a crap husky pre-push script? What?

[–] SteleTrovilo@beehaw.org 0 points 4 months ago

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.