Add New Course Branch in shifoo‐questions repo - UQ-eLIPSE/shifoo-docs GitHub Wiki
cd shifoo-questions
Create new empty orphan
branch for the course
git switch --orphan chee3007
git commit --allow-empty -m "CHEE3007: Initial commit on orphan branch"
git push -u origin chee3007
Add utility files (including module.json
)
git checkout SCIE1000 -- README.md LICENSE update_files.sh module.json
git commit -m "Utility files checked out from SCIE1000"
Once updated, module.json
fetch questions from main
./update_files.sh
git add .
git commit -m "Update files: pull from main"
git push