git branch 만들고 싶은 브랜치의 이름
git checkout 가고 싶은 브랜치의 이름
git branch
git branch -d 삭제하고 싶은 브랜치의 이름
git checkout -b 만들고 싶은 브랜치의 이름