This is a school project for academic purposes.
- Create a new branch:
git checkout -b your-branch-name
- Make your changes and commit:
git add . git commit -m "Your message"
- Push your branch to origin:
git push origin your-branch-name
- Open a pull request to merge into
main.