summaryrefslogtreecommitdiff
path: root/gitea.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitea.html')
-rw-r--r--gitea.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitea.html b/gitea.html
index 2b49cd5..2b9b588 100644
--- a/gitea.html
+++ b/gitea.html
@@ -80,7 +80,7 @@ server {
<h2>A few extras</h2>
<h3>Automatically create a new repo on push</h3>
- <p>This is an incredicly useful feature for me. Open up <code>/etc/gitea/app.ini</code> and add <code>DEFAULT_PUSH_CREATE_PRIVATE = true</code> to the <code>repository</code> section like so:</p>
+ <p>This is an incredibly useful feature for me. Open up <code>/etc/gitea/app.ini</code> and add <code>DEFAULT_PUSH_CREATE_PRIVATE = true</code> to the <code>repository</code> section like so:</p>
<img src=pix/gitea-push-create.png>
<br>
<p>If you now add a remote to a repository like this</p>