When you begin working on a feature Step 1: Update the main branch git checkout master git pull origin master Step 2: Create a feature branch off of the main branch