Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Branch Command/
git branch
Search

git branch

Creator
Creator
Seong-lae ChoSeong-lae Cho
Created
Created
2019 Nov 5 3:14
Editor
Editor
Seong-lae ChoSeong-lae Cho
Edited
Edited
2024 Feb 27 9:20
Refs
Refs
 

Delete all

Branch is list of versions

make track branch in local

checkout not pulled remote branch

 
 
 

Branch Naming Convention

English

Git Branch Naming Conventions
bug - 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-ie
Git Branch Naming Conventions
https://gist.github.com/revett/88ee5abf5a9a097b4c88
Git Branch Naming Conventions

Korean

GitHub 기반 브랜치 명명 규칙 (Branch Naming)
GitHub을 활용하는 연습을 하고 있다. Subversion과는 많이 다른 것 같다. 게다가 혼자서 진행하다 보니 브랜치 이름이나 커밋 메시지 등에 일관성이 없어 불만스럽기도 하고. 뭔가 정리된 것이 있지 않을까 찾아보다가 'A successful Git branching model' 이란 글을 봤는데, Git 기반 개발 과정의 개념 정립에 큰 도움이 되는 글이었다.
GitHub 기반 브랜치 명명 규칙 (Branch Naming)
https://rumblefish.tistory.com/65
GitHub 기반 브랜치 명명 규칙 (Branch Naming)
 
 

Table of Contents
Delete allBranch is list of versionsmake track branch in localcheckout not pulled remote branchBranch Naming ConventionEnglishKorean

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Branch Command/
git branch
Copyright Seonglae Cho