Actions
9 個項目
套件
23 個項目
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.
郵件接收
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:
受保護的標籤
受保護的標籤允許控制誰有權限建立或更新 Git 標籤。每個規則可以匹配單個標籤名稱,或者使用適當的模式來同時控制多個標籤。
儲存庫鏡像
儲存庫鏡像允許將儲存庫與外部源之間進行鏡像。您可以使用它在儲存庫之間鏡像分支、標籤和提交。
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.