현재 로컬 저장소에 있는 모든 branch를 확인 할 수 있습니다.
git branch
git branch <브런치명>
git checkout <브런치명>
git branch -d <브런치명>