Tạo branch

git checkout -b branch_name

Xoá branch

git checkout other_branch
git branch -D branch_name
git push origin --delete branch_name