mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
fix: some more minor fixes
This commit is contained in:
parent
cc83330bc5
commit
63789787c1
1 changed files with 8 additions and 7 deletions
|
|
@ -35,9 +35,9 @@ Here's an explanation of the form's fields:
|
|||
|
||||
- **Owner** Here, you can specify whether you want this to be your own personal project or
|
||||
belong to an organization that you are part of.
|
||||
- **Repository name** A name for your repository (which will also be part of its path, in this case `https://codeberg.org/knut/foobar`)
|
||||
- **Repository name** A name for your repository (which will also be part of its path, in this case `https://codeberg.org/knut/foobar`).
|
||||
- **Visibility** Repositories are either _public_ or _private_, where public means that everyone will be able to access
|
||||
your repository, while your private repositories can only be accessed by you and your collaborators (see [Invite Collaborators](/collaborating/invite-collaborators))
|
||||
your repository, while your private repositories can only be accessed by you and your collaborators (see [Invite Collaborators](/collaborating/invite-collaborators)).
|
||||
- **Description** A short description that appears next to your repository's name where appropriate.
|
||||
- **Template** Occasionally you may want to generate your repository from an existing template.
|
||||
In that case, you can specify that template here. Otherwise, simply leave this field empty.
|
||||
|
|
@ -59,22 +59,23 @@ Here's an explanation of the form's fields:
|
|||
|
||||
{% admonition "warning" %}
|
||||
|
||||
DO NOT allow Codeberg to add any files to the repository, if you have code locally you wish to add.
|
||||
To prevent this, ensure the option
|
||||
If you have code locally you wish to add, do not allow Codeberg to add any files to the repository,
|
||||
by making sure that the option
|
||||
|
||||
⬜ Initialize repository (Adds .gitignore, LICENSE and README)
|
||||
|
||||
is **not** checked.
|
||||
If Codeberg creates any files, you will end up with two repositories without any shared history and Codeberg will refuse to
|
||||
sync them until you resolve the 'conflicts' manually.
|
||||
synchronize them until you resolve the 'conflicts' manually.
|
||||
Instead, see Option B below.
|
||||
|
||||
{% endadmonition %}
|
||||
|
||||
It's okay to only specify owner and repository name, if you want to get started quickly.
|
||||
It is okay to only specify owner and repository name, if you want to get started quickly.
|
||||
After filling out the fields, click the green "Create Repository" button on the bottom of the page.
|
||||
|
||||
You should now see a screen similar to the one below, **if** you have chosen to generate `LICENSE`, `README` and `.gitignore`. **Otherwise**, the screen might show instructions instead, which will vanish after [your first commit](#making-a-commit).
|
||||
You should now see a screen similar to the one below, **if** you have chosen to generate `LICENSE`, `README` and `.gitignore`.
|
||||
**Otherwise**, instructions are shown how to create [your first commit](#making-a-commit) to the repository.
|
||||
|
||||
<img src="/images/getting-started/first-repository/create-repo-3.png" alt="Repository Main View">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue