Skip to content

Files

Latest commit

5a6986d · Mar 24, 2021

History

History
11 lines (6 loc) · 292 Bytes

createNewBranch.md

File metadata and controls

11 lines (6 loc) · 292 Bytes

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}}