diff --git a/versioned_docs/version-1.22/usage/agit-support.md b/docs/usage/agit.md similarity index 73% rename from versioned_docs/version-1.22/usage/agit-support.md rename to docs/usage/agit.md index 1bacbabd..a2b7f679 100644 --- a/versioned_docs/version-1.22/usage/agit-support.md +++ b/docs/usage/agit.md @@ -1,19 +1,23 @@ --- date: " 2022-09-01T20:50:42+0000" -slug: "agit-setup" +slug: "agit" sidebar_position: 12 aliases: - /en-us/agit-setup + - /agit-setup --- -# Agit Setup +# AGit -In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) was added. -**Note**: git version 2.29 or higher is required on the server side for this to work. +In Gitea `1.13`, support for [AGit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) 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. -## Creating PRs with Agit +:::note +Git version 2.29 or higher is required on the server side for this to work. +::: -Agit allows to create PRs while pushing code to the remote repo. +## Creating PRs with AGit + +AGit allows to create PRs while pushing code to the remote repo. This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). The following example illustrates this: diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/agit-support.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/agit-support.md index d2a4d3a9..ebf2a882 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/agit-support.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/usage/agit-support.md @@ -1,18 +1,22 @@ --- date: "2023-05-23T09:00:00+08:00" -slug: "agit-setup" +slug: "agit" sidebar_position: 12 aliases: - /zh-cn/agit-setup --- -# Agit 设置 +# AGit -在 Gitea `1.13` 版本中,添加了对 [agit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。 +在 Gitea `1.13` 版本中,添加了对 [AGit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。AGit 允许用户在没有仓库写入权限的情况下直接创建拉取请求,也不需要分叉仓库。这有助于减少重复仓库的数量,降低不必要的磁盘使用量。 -## 使用 Agit 创建 PR +:::note +服务器端需要 Git 版本 2.29 或更高版本才能正常运行。 +::: -Agit 允许在推送代码到远程仓库时创建 PR(合并请求)。 +## 使用 AGit 创建 PR + +AGit 允许在推送代码到远程仓库时创建 PR(合并请求)。 通过在推送时使用特定的 refspec(git 中已知的位置标识符),可以实现这一功能。 下面的示例说明了这一点: diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19/usage/agit-support.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19/usage/agit-support.md index 9870a891..b07cdca1 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19/usage/agit-support.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19/usage/agit-support.md @@ -6,13 +6,13 @@ aliases: - /zh-cn/agit-setup --- -# Agit 设置 +# AGit 设置 在 Gitea `1.13` 版本中,添加了对 [agit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。 -## 使用 Agit 创建 PR +## 使用 AGit 创建 PR -Agit 允许在推送代码到远程仓库时创建 PR(合并请求)。 +AGit 允许在推送代码到远程仓库时创建 PR(合并请求)。 通过在推送时使用特定的 refspec(git 中已知的位置标识符),可以实现这一功能。 下面的示例说明了这一点: diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20/usage/agit-support.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20/usage/agit-support.md index d18fa2e6..8d677b26 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20/usage/agit-support.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20/usage/agit-support.md @@ -9,13 +9,13 @@ aliases: --- -# Agit 设置 +# AGit 设置 在 Gitea `1.13` 版本中,添加了对 [agit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。 -## 使用 Agit 创建 PR +## 使用 AGit 创建 PR -Agit 允许在推送代码到远程仓库时创建 PR(合并请求)。 +AGit 允许在推送代码到远程仓库时创建 PR(合并请求)。 通过在推送时使用特定的 refspec(git 中已知的位置标识符),可以实现这一功能。 下面的示例说明了这一点: diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.21/usage/agit-support.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.21/usage/agit-support.md index c334e2b8..edf26c70 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.21/usage/agit-support.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.21/usage/agit-support.md @@ -9,13 +9,13 @@ aliases: --- -# Agit 设置 +# AGit 设置 在 Gitea `1.13` 版本中,添加了对 [agit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。 -## 使用 Agit 创建 PR +## 使用 AGit 创建 PR -Agit 允许在推送代码到远程仓库时创建 PR(合并请求)。 +AGit 允许在推送代码到远程仓库时创建 PR(合并请求)。 通过在推送时使用特定的 refspec(git 中已知的位置标识符),可以实现这一功能。 下面的示例说明了这一点: diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.22/usage/agit-support.md b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.22/usage/agit-support.md index c334e2b8..edf26c70 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.22/usage/agit-support.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.22/usage/agit-support.md @@ -9,13 +9,13 @@ aliases: --- -# Agit 设置 +# AGit 设置 在 Gitea `1.13` 版本中,添加了对 [agit](https://git-repo.info/zh/2020/03/agit-flow-and-git-repo/) 的支持。 -## 使用 Agit 创建 PR +## 使用 AGit 创建 PR -Agit 允许在推送代码到远程仓库时创建 PR(合并请求)。 +AGit 允许在推送代码到远程仓库时创建 PR(合并请求)。 通过在推送时使用特定的 refspec(git 中已知的位置标识符),可以实现这一功能。 下面的示例说明了这一点: diff --git a/versioned_docs/version-1.19/usage/agit-support.md b/versioned_docs/version-1.19/usage/agit.md similarity index 67% rename from versioned_docs/version-1.19/usage/agit-support.md rename to versioned_docs/version-1.19/usage/agit.md index 6acc0774..8502a9be 100644 --- a/versioned_docs/version-1.19/usage/agit-support.md +++ b/versioned_docs/version-1.19/usage/agit.md @@ -1,19 +1,20 @@ --- date: " 2022-09-01T20:50:42+0000" - -slug: "agit-setup" +slug: "agit" sidebar_position: 12 - - --- -# Agit Setup +# AGit -In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) was added. +In Gitea `1.13`, support for [AGit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) 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. -## Creating PRs with Agit +:::note +Git version 2.29 or higher is required on the server side for this to work. +::: -Agit allows to create PRs while pushing code to the remote repo. \ +## Creating PRs with AGit + +AGit allows to create PRs while pushing code to the remote repo. \ This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). \ The following example illustrates this: diff --git a/versioned_docs/version-1.20/usage/agit-support.md b/versioned_docs/version-1.20/usage/agit.md similarity index 68% rename from versioned_docs/version-1.20/usage/agit-support.md rename to versioned_docs/version-1.20/usage/agit.md index 38a837d8..1b14a8e7 100644 --- a/versioned_docs/version-1.20/usage/agit-support.md +++ b/versioned_docs/version-1.20/usage/agit.md @@ -1,21 +1,22 @@ --- date: " 2022-09-01T20:50:42+0000" - -slug: "agit-setup" +slug: "agit" sidebar_position: 12 - aliases: - /en-us/agit-setup - --- -# Agit Setup +# AGit Setup -In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) was added. +In Gitea `1.13`, support for [AGit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) 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. -## Creating PRs with Agit +:::note +Git version 2.29 or higher is required on the server side for this to work. +::: -Agit allows to create PRs while pushing code to the remote repo. +## Creating PRs with AGit + +AGit allows to create PRs while pushing code to the remote repo. This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). The following example illustrates this: diff --git a/versioned_docs/version-1.21/usage/agit-support.md b/versioned_docs/version-1.21/usage/agit.md similarity index 67% rename from versioned_docs/version-1.21/usage/agit-support.md rename to versioned_docs/version-1.21/usage/agit.md index b482ee65..2407e5b0 100644 --- a/versioned_docs/version-1.21/usage/agit-support.md +++ b/versioned_docs/version-1.21/usage/agit.md @@ -1,21 +1,22 @@ --- date: " 2022-09-01T20:50:42+0000" - -slug: "agit-setup" +slug: "agit" sidebar_position: 12 - aliases: - /en-us/agit-setup - --- -# Agit Setup +# AGit Setup -In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) was added. +In Gitea `1.13`, support for [AGit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) 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. -## Creating PRs with Agit +:::note +Git version 2.29 or higher is required on the server side for this to work. +::: -Agit allows to create PRs while pushing code to the remote repo. +## Creating PRs with AGit + +AGit allows to create PRs while pushing code to the remote repo. This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). The following example illustrates this: diff --git a/docs/usage/agit-support.md b/versioned_docs/version-1.22/usage/agit.md similarity index 77% rename from docs/usage/agit-support.md rename to versioned_docs/version-1.22/usage/agit.md index 1bacbabd..230583d0 100644 --- a/docs/usage/agit-support.md +++ b/versioned_docs/version-1.22/usage/agit.md @@ -1,19 +1,22 @@ --- date: " 2022-09-01T20:50:42+0000" -slug: "agit-setup" +slug: "agit" sidebar_position: 12 aliases: - /en-us/agit-setup --- -# Agit Setup +# AGit -In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) was added. -**Note**: git version 2.29 or higher is required on the server side for this to work. +In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-and-git-repo/) 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. -## Creating PRs with Agit +:::note +Git version 2.29 or higher is required on the server side for this to work. +::: -Agit allows to create PRs while pushing code to the remote repo. +## Creating PRs with AGit + +AGit allows to create PRs while pushing code to the remote repo. This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). The following example illustrates this: