git branch
git branch -a
git branch [name]
git checkout [name]
git checkout -b [name]
git merge [from name]
git branch -d [name]
git branch -D [name]