summaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-03-14 12:53:02 -0400
committerGitHub <noreply@github.com>2023-03-14 12:53:02 -0400
commit991ab3b5ad4a0742b3965464b8f963ad7a766958 (patch)
tree0a6876d7de8f0afa73f1b86ad8f3c32784cf8c61 /docs/content/doc
parentdb9bb3699aaa67abdce01b8e4280c4dbf0dc4250 (diff)
downloadgitea-991ab3b5ad4a0742b3965464b8f963ad7a766958.tar.gz
gitea-991ab3b5ad4a0742b3965464b8f963ad7a766958.zip
Lint Markdown pass
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/usage/push-to-create.en-us.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/doc/usage/push-to-create.en-us.md b/docs/content/doc/usage/push-to-create.en-us.md
index e06ad4185d..be0aaacf3b 100644
--- a/docs/content/doc/usage/push-to-create.en-us.md
+++ b/docs/content/doc/usage/push-to-create.en-us.md
@@ -18,6 +18,7 @@ menu:
Push to create is a feature that allows you to push to a repository that does not exist yet in Gitea. This is useful for automation and for allowing users to create repositories without having to go through the web interface. This feature is disabled by default.
## Enabling Push To Create
+
In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet]({{< relref "doc/advanced/config-cheat-sheet.en-us.md#repository-repository" >}}).
## Using Push To Create
@@ -32,4 +33,4 @@ git remote add origin git@{domain}:{username}/{repo name that does not exist yet
git push -u origin main
```
-This assumes you are using an SSH remote, but you can also use HTTPS remotes as well. \ No newline at end of file
+This assumes you are using an SSH remote, but you can also use HTTPS remotes as well.