You are on page 1of 1

git add .

git commit -m descrição do que fez

git push origin nomedabranch

git checkout DEPLOY

git pull origin DEPLOY

git branch nomedabranchquevaicriar

git checkout branchquecriou

git yarn run dev

You might also like