Quick Notes62 words
Repository permissions — quick notes
Repository permissions — quick notes
| Level | Scope |
|---|---|
| Organisation → project → repository → branch | Inherits downward |
- Deny beats Allow; Not set = inherit.
- Permissions = who may act. Branch policies = what must be true.
- Assign Force push and Manage permissions deliberately — one rewrites history, the other grants everything else.