git branch

Il principale comando Git per lavorare con i rami. Maggiori informazioni: https://git-scm.com/docs/git-branch.

git branch

git branch {{[-a|--all]}}

git branch {{nome_ramo}}

git branch {{nome_ramo}} {{hash_commit}}

git branch {{[-m|--move]}} {{vecchio_nome}} {{nuovo_nome}}

git branch {{[-d|--delete]}} {{nome_ramo}}