Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 391 Bytes

dicas.md

File metadata and controls

10 lines (9 loc) · 391 Bytes

Dicas

Descrição Comando
Baixar uma branch git clone --single-branch git_url
Deletar branch remota git push origin :branch_a_deletar
Renomear brancho no upload git push origin nomelocal:nomeremoto
Baixar submódulos git submodule update --init
Apagar branchs remotas que não existem mais git remote prune origin