📄️ Permissions
Gitea supports permissions for repository so that you can give different access for different people. At first, we need to know about Unit.
📄️ Blocking a user
Gitea supports blocking of users to restrict how they can interact with you and your content.
📄️ Protected branches
Protected branches prevent unwanted changes by enforcing push and merge policies on selected branches. The rules are enforced for every Git protocol (HTTP(S), SSH), the web editor, the API, and background jobs such as auto-merge. Only repository owners and administrators can manage the rules, and the Branches page is read-only while a repository is archived.
📄️ Protected tags
Protected tags allow control over who has permission to create or update Git tags. Each rule allows you to match either an individual tag name, or use an appropriate pattern to control multiple tags at once.