We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e44846 + 217c67e commit d15ed13Copy full SHA for d15ed13
versioned_docs/version-5.0/guides/git/index.md
@@ -126,7 +126,7 @@ The following commands can be used to keep the your forked Moodle branches at yo
126
```
127
#!/bin/bash
128
git fetch upstream
129
-for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..405}_STABLE main; do
+for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..405}_STABLE MOODLE_500_STABLE main; do
130
git push origin refs/remotes/upstream/$BRANCH:refs/heads/$BRANCH
131
done
132
0 commit comments