git-branch

branch Main git command for working with branches. List local…

git branch

Main git command for working with branches.

git branch

git branch -a

git branch {{branch_name}}

git branch -m {{old_branch_name}} {{new_branch_name}}

git branch -d {{branch_name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-blame-someone-else git-browse →