# creates a branch called some_branch # switches to this newly created branch # pulls changes from the origin remote branch git checkout -b some_branch origin/some_branch