#HOTFIX git checkout -b hotfix #cria um hotfix git add . git commit -a -m “” #ATUALIZA HOTFIX NO MASTER git checkout master #muda para o MASTER depois de comitado o hotfix git merge hotfix #a partir do MASTER daRead More