Comandos para realizar o merge de uma branch em outra git checkout <branch_fonte> git pull git checkout <branch_destino> git pull git merge <branch_fonte> git push