git checkout master git pull origin master git checkout -b STORY/--this creates new branch git checkout -t origin/STORY/ --this check's out existing branch you want to modify git merge master git pull origin STORY/ git add git commit -m " " git push origin STORY/