Então esse rápido post é para isso. Vamos lá!
Para criar um branch no diretório do projeto:
git branch novobranch
git branch
git checkout novobranch
git add .
git commit -m "Mensagem do commit"
git push origin novobranch:novobranch
git checkout master
git merge novobranch
git push origin master
Deletar o branch:
git branch -d novobranch
Nenhum comentário:
Postar um comentário