git branch [name] # Create branch git checkout [name] # Switch to branch git merge [name] # Merge branch into current