- Use the template scene to create a level
- Create a branch using the following git command (where FirstnameLastname should be replaced by your name):
- git checkout -b "FirstnameLastname"
- Commit your modified scene using the following two git commands:
- git add .
- git commit -m "My commit message"
- Push your changes using the following git command:
- git push -u origin FirstnameLastname