diff --git a/assets/images/getting-started/first-repository/settings.PNG b/assets/images/getting-started/first-repository/settings.PNG new file mode 100644 index 0000000..8a89cc4 Binary files /dev/null and b/assets/images/getting-started/first-repository/settings.PNG differ diff --git a/assets/images/getting-started/first-repository/visibility.PNG b/assets/images/getting-started/first-repository/visibility.PNG new file mode 100644 index 0000000..667c03a Binary files /dev/null and b/assets/images/getting-started/first-repository/visibility.PNG differ diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md index e9d35b8..c7aeab1 100644 --- a/content/getting-started/first-repository.md +++ b/content/getting-started/first-repository.md @@ -18,7 +18,14 @@ to create a new repository: > 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) +Repositories are either *public* or *private*. Public means that everyone will be able to access 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, first go the settings of this repository. +![settings](/assets/images/getting-started/first-repository/settings.PNG) + +In the `Repository` tab, tick the box `Make Repository Private` is you want your repository to be private. For a public repository, just leave the box unticked. + +![visibility](/assets/images/getting-started/first-repository/visibility.PNG) ## Connect a local repository to Codeberg Keep in mind that you first need to create a repository on Codeberg as stated in the section before.