From 0304344119ceeed53f5d53a16b0cd0647cfb434c Mon Sep 17 00:00:00 2001 From: Iridium13 Date: Sun, 1 Mar 2026 02:58:57 +0100 Subject: [PATCH] Update content/getting-started/first-repository.md --- content/getting-started/first-repository.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md index 15cfb53..3c83d4a 100644 --- a/content/getting-started/first-repository.md +++ b/content/getting-started/first-repository.md @@ -59,7 +59,7 @@ Here's an explanation of the form's fields: {% admonition "warning" %} -If you have code locally you wish to add - do **NOT** allow Codeberg to add any files to the repository. +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 ⬜   Initialize repository (Adds .gitignore, LICENSE and README) @@ -74,9 +74,7 @@ Instead, see Option B below. It's 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 haven't chosen to generate `LICENSE`, `README` and `.gitignore` -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**, the screen might show instructions instead, which will vanish after [your first commit](#making-a-commit). Repository Main View @@ -217,7 +215,7 @@ knut@iceberg:~/my-project$ git remote add origin https://codeberg.org/knut/fooba {% admonition "info" %} -When you clone a repository from the Internet, the URL that you cloned from, will be used automatically for the `origin` remote. +When you clone a repository, the URL you specify is automatically used to set the remote `origin`. (`git remote get-url --all origin`) {% endadmonition %}