Create branch
git checkout -b <name> git checkout -b <name> <tag>
Delete branch
git branch -D <name>
. . .