- 'git checkout -b branch_name' to create a branch
- 'git checkout branch_name' to switch branches
- 'git commit' to add dummy commits (no need to git add stuff)
Edit: formatting
-'git rebase branch_name'
-'git merge branch_name'
-'git checkout C6' to enter a detached head state
-'git rebase branch_name'
-'git merge branch_name'
-'git checkout C6' to enter a detached head state