Getting Started: Fix small typo (#402)

It fixes a small typo on the "First repository" document.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/402
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: And4po <anderromeroaldana@proton.me>
Co-committed-by: And4po <anderromeroaldana@proton.me>
This commit is contained in:
And4po 2024-03-06 12:27:05 +00:00 committed by Panagiotis "Ivory" Vasilopoulos
parent 364a316007
commit d852c5ac0d

View file

@ -258,7 +258,7 @@ Branch 'main' set up to track remote branch 'main' from 'origin'.
If your local copy of the repository is missing some commits that exist in the remote repository, pushing will result in an error. There are two ways to fix this:
- Run `git pull` to combine your local changes with the changes that exist in the remote repository. If this does not work, please follow the instructions in your terminal.
- If you know what you are doing, you can also overwrite the remote repository uaing `git -f push`.
- If you know what you are doing, you can also overwrite the remote repository using `git -f push`.
This action will **permanently** alter your remote repository and is not suitable if you are working on a project together with other people.
{% endadmonition %}