🗃️ Actions
9 items
🗃️ Packages
23 items
📄️ AGit
In Gitea 1.13, support for agit was added. AGit enables users to create pull requests directly, even without write permissions of the repository, eliminating the need to fork it. This helps reduce the number of duplicated repositories and minimizes unnecessary disk usage.
📄️ Profile READMEs
To display a Markdown file in your Gitea user or organization profile page, create a repository named .profile and add a new file named README.md to it.
📄️ Blame File View
Gitea supports viewing the line-by-line revision history for a file also known as blame view.
📄️ Incoming Email
Gitea supports the execution of several actions through incoming mails. This page describes how to set this up.
📄️ Labels
You can use labels to classify issues and pull requests and to improve your overview over them.
📄️ Pull Request
A Pull Request (PR) is a way to propose changes to a repository.
📄️ Permissions
Gitea supports permissions for repository so that you can give different access for different people. At first, we need to know about Unit.
📄️ Template Repositories
Gitea (starting with version 1.11.0) supports creating template repositories
📄️ Issue and Pull Request Templates
Some projects have a standard list of questions that users need to answer
📄️ Automatically Linked References
When an issue, pull request or comment is posted, the text description is parsed
📄️ Merge Message templates
File names
📄️ Push
There are some additional features when pushing commits to Gitea server.
📄️ Blocking a user
Gitea supports blocking of users to restrict how they can interact with you and your content.
📄️ Clone filters (partial clone)
Git introduces --filter option to git clone command, which filters out
📄️ Code Owners
Gitea maintains code owner files. It looks for it in the following locations in this order:
📄️ Webhooks
Gitea supports webhooks for repository events. This can be configured in the settings
📄️ 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.
📄️ Repository Mirror
Repository mirroring allows for the mirroring of repositories to and from external sources. You can use it to mirror branches, tags, and commits between repositories.
📄️ Multi-factor Authentication (MFA)
Multi-factor Authentication (also referred to as MFA or 2FA) enhances security by requiring a time-sensitive set of credentials in addition to a password.