logoalt Hacker News

PunchyHamstertoday at 4:47 PM1 replyview on HN

> That's not something that you can do in git: it's all or nothing.

That is partially incorrect; you can restrict writes via hooks but not reads; you'd need a workaround like submodules


Replies

jmawtoday at 5:22 PM

Does `--no-verify` override the restriction via hooks, or are there some kind of server-side hooks that can be used?

show 1 reply