Skip to content

Commit 991ab3b

Browse files
Lint Markdown pass
1 parent db9bb36 commit 991ab3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/doc/usage/push-to-create.en-us.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ menu:
1818
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.
1919

2020
## Enabling Push To Create
21+
2122
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" >}}).
2223

2324
## Using Push To Create
@@ -32,4 +33,4 @@ git remote add origin git@{domain}:{username}/{repo name that does not exist yet
3233
git push -u origin main
3334
```
3435

35-
This assumes you are using an SSH remote, but you can also use HTTPS remotes as well.
36+
This assumes you are using an SSH remote, but you can also use HTTPS remotes as well.

0 commit comments

Comments
 (0)