Skip to content

Commit

Permalink
Merge pull request #1026 from leonstr/patch-11
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
andrewnicols authored May 28, 2024
2 parents ecd12b9 + c83641a commit ac33032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/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..404}_STABLE main; do
git push origin refs/remotes/upstream/$BRANCH:refs/heads/$BRANCH
done
```
Expand Down

0 comments on commit ac33032

Please sign in to comment.