Robert A. Beezer, David Farmer
git checkout master
git pull
git checkout topic
git rebase master
git merge topic
git branch -d topic
git push