Skip to content

Commit

Permalink
Update branch name from master to main in usage.adoc (#952)
Browse files Browse the repository at this point in the history
The master branch does not exist in the upstream IDEasy repository.
  • Loading branch information
j4yk authored Jan 20, 2025
1 parent 1c2a60a commit 99b07ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
+
Expand Down

0 comments on commit 99b07ff

Please sign in to comment.