git branch -v
git branch temp
git checkout temp
git status
git checkout master
git merge temp
git branch -d temp