topdog this is my masterpiece ## switch to a new branch 'feature1' git checkout -b "feature1" ## check out the github status git status ## list all branches git branch ## merge the feature1 branch into the main branch git merge feature1