git branch optionsgit branch —set-upstream-to Delete allBranch is list of versionsmake track branch in localcheckout not pulled remote branch Branch Naming ConventionEnglishGit Branch Naming Conventionsbug - Code changes linked to a known issue. feat - New feature. hotfix - Quick fixes to the codebase. junk - Experiments (will never be merged). Always use dashes to seperate words, and keep it short. Examples feat/renderer-cookies hotfix/dockerfile-base-image bug/login-iehttps://gist.github.com/revett/88ee5abf5a9a097b4c88KoreanGitHub 기반 브랜치 명명 규칙 (Branch Naming)GitHub을 활용하는 연습을 하고 있다. Subversion과는 많이 다른 것 같다. 게다가 혼자서 진행하다 보니 브랜치 이름이나 커밋 메시지 등에 일관성이 없어 불만스럽기도 하고. 뭔가 정리된 것이 있지 않을까 찾아보다가 'A successful Git branching model' 이란 글을 봤는데, Git 기반 개발 과정의 개념 정립에 큰 도움이 되는 글이었다.https://rumblefish.tistory.com/65