Create a new branch inside the cloned repository.
Navigate into the tutorials directory.
cd tutorials{{execute T1}}
Create a new branch for your tutorial and switch into this branch.
git branch tutorial/myOwnTutorial{{execute T1}}
git checkout tutorial/myOwnTutorial{{execute T1}}