diff --git a/documentation/usage.adoc b/documentation/usage.adoc index 61cbdcff7..b5d227050 100644 --- a/documentation/usage.adoc +++ b/documentation/usage.adoc @@ -63,7 +63,7 @@ Then add the default ide-settings as origin, fetch and pull from it: ``` git remote add upstream https://github.com/devonfw/ide-settings.git git fetch upstream -git pull upstream master +git pull upstream main git push ``` +