Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 484 Bytes

File metadata and controls

20 lines (16 loc) · 484 Bytes

Github for Teams

Criar branch

git checkout -b nomeDaBranch

Apagar branch

Para conseguir apagar o branch tem que sair dela.

  • Comandos para trocar da branch
    • git checkout nomeDaOutraBranch

Comando para apagar a branch

  • git branch -D nome-da-branch

Atualizar todas as branch's

  • git fetch

Apagar as branch's não existente

  • git fetch -p

Estudar

  • Branch protection rules
  • Pull Request - pr