diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md index e076e36..32d5ddb 100644 --- a/content/getting-started/first-repository.md +++ b/content/getting-started/first-repository.md @@ -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 %}