mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
Clarification: Pages branch has to be the branch of a public repository (#204)
The [pages manual](https://codeberg.page/) explicitly mentions that a public repository has to be created for the pages repository. That is not mentioned for the pages branch, consequently one could assume that this can be a private repository as well - which is not the case. I hereby propose to add the word *public* to the manual where the branch is mentioned in order to clarify it and prevent the described confusion. Co-authored-by: Cs137 <cs137@mailbox.org> Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/204 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Cs137 <cs137@noreply.codeberg.org> Co-committed-by: Cs137 <cs137@noreply.codeberg.org>
This commit is contained in:
parent
31b98b86ff
commit
8b3b20a86f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="codeberg-divider"><hr>or<hr></div>
|
<div class="codeberg-divider"><hr>or<hr></div>
|
||||||
<p>
|
<p>
|
||||||
Create a branch <code class="code">pages</code> in a repository:<br>
|
Create a branch <code class="code">pages</code> in a public repository:<br>
|
||||||
<code class="code">git switch --orphan pages</code><br><code class="code">git rm --cached -r .</code>
|
<code class="code">git switch --orphan pages</code><br><code class="code">git rm --cached -r .</code>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue