🗃️ Actions
9 個項目
🗃️ 軟體包
24 個項目
📄️ 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.
📄️ 个人资料 README
要在您的 Gitea 个人资料页面显示一个 Markdown 文件,只需建立一个名為 .profile 的存放庫,並编辑其中的 README.md 文件。Gitea 将自动获取該文件並在您的存放庫上方显示。
📄️ Blame File View
Gitea supports viewing the line-by-line revision history for a file also known as blame view.
📄️ 邮件接收
Gitea 支持通過接收邮件執行多种操作。本页面描述了如何進行设置。
📄️ 標籤
您可以使用標籤对工單和合並請求進行分类,並提高对它们的概览。
📄️ 合並請求
合並請求(PR)是一种提出对存放庫進行更改的方式。
📄️ 权限
Gitea 支持对存放庫進行权限管理,这样您就可以為不同的人员提供不同的访问权限。首先,我们需要了解 單元(Unit)。
📄️ 模板存放庫
Gitea 1.11.0 及以上版本引入了模板存放庫,並且其中一个实現的功能是自动展开模板文件中的特定变量。
📄️ 从模板建立工單与合並請求
开发者可以利用问题模板建立工單与合並請求,其目的在于规范参与者的语言表达。
📄️ 自动链接引用
当發佈工單、合並請求或评论时,文本描述会被解析以查找引用。这些引用将显示為工單视图中的链接,並且在某些情况下会触发特定的“操作”。
📄️ 合並消息模板
文件名
📄️ 推送
在将提交推送到 Gitea 服务器时,還有一些额外的功能。
📄️ Blocking a user
Gitea supports blocking of users to restrict how they can interact with you and your content.
📄️ 克隆過滤器 (部分克隆)
Git 引入了 --filter 選项用于 git clone 命令,該選项可以過滤掉大文件和对象(如 blob),从而建立一个存放庫的部分克隆。克隆過滤器對於大型存放庫和/或按流量计费的连接特别有用,因為完全克隆(不使用 --filter)可能会很昂贵(需要下载所有历史数据)。
📄️ Code Owners
Gitea maintains code owner files. It looks for it in the following locations in this order:
📄️ Webhooks
Gitea 支持用于存放庫事件的 Webhooks。这可以在存放庫管理员在设置页面 /reponame/settings/hooks 中進行配置。Webhooks 還可以基于組織和整个系统進行配置。
📄️ Migration
You can migrate repositories from other Git services to your Gitea instance.
📄️ 受保护的標籤
受保护的標籤允许控制谁有权限建立或更新 Git 標籤。每个規則可以匹配單个標籤名稱,或者使用适当的模式来同时控制多个標籤。
📄️ 存放庫镜像
存放庫镜像允许将存放庫与外部源之间進行镜像。您可以使用它在存放庫之间镜像分支、標籤和提交。
📄️ Markdown
Gitea uses MarkDown structured text in many places, you can recognise it by the .md file extension.
📄️ 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.