mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Added webP option for New Repository screenshot
This commit is contained in:
parent
8a949bbdff
commit
104ce66f1d
3 changed files with 5 additions and 2 deletions
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
|
|
@ -17,9 +17,12 @@ After login you can use one of the two buttons shown in the two following screen
|
|||
|
||||
> Please note that it is currently not possible to use git on your local machine to push a fresh repository on Codeberg (Push-to-Create).
|
||||
|
||||
A new window opens:
|
||||
A new form opens:
|
||||
|
||||

|
||||
<picture>
|
||||
<source srcset="/assets/images/getting-started/first-repository/create-repo-2.webp" type="image/webp">
|
||||
<img src="/assets/images/getting-started/first-repository/create-repo-2.png" alt="New Repository Form">
|
||||
</picture>
|
||||
|
||||
Repositories are either *public* or *private*. Public means that everyone will be able to access (read) your repository, while only you and your collaborators (see [Invite Collaborators](/collaborating/invite-collaborators)) can access your private repositories.
|
||||
To set up the so-called *visibility* of your repository, tick the box `Make Repository Private` if you want your repository to be private. For a public repository, just leave the box unticked.
|
||||
|
|
|
|||
Loading…
Reference in a new issue