Skip to content

Commit

Permalink
Merge pull request #1148 from leonstr/patch-12
Browse files Browse the repository at this point in the history
Add MOODLE_405_STABLE to Bash script
  • Loading branch information
andrewnicols authored Oct 7, 2024
2 parents 3687dee + 8a92f8f commit 310a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/git/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The following commands can be used to keep the your forked Moodle branches at yo
```
#!/bin/bash
git fetch upstream
for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..403}_STABLE main; do
for BRANCH in MOODLE_{19..39}_STABLE MOODLE_{310..311}_STABLE MOODLE_{400..405}_STABLE main; do
git push origin refs/remotes/upstream/$BRANCH:refs/heads/$BRANCH
done
```
Expand Down

0 comments on commit 310a76c

Please sign in to comment.