Git Merge Origin Master Branch con rama

git checkout master
git pull
git checkout test
git merge master
git push
Enchanting Elephant