Added webP option for New Repository screenshot

This commit is contained in:
Lucas Hinderberger 2020-09-22 21:03:39 +02:00
parent 8a949bbdff
commit 104ce66f1d
3 changed files with 5 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -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:
![new-repo](/assets/images/getting-started/first-repository/NewRepo.png)
<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.