git branch -b yellow
'yellow'라는 branch 생성 후 yellow branch로 이동(git branch yellow + git checkout yellow)
git branch -d yellow
yellow branch 삭제
git pull origin master
remote 저장소(github등)에서 local로 특정 branch 가져오기
'Study Output for Myself > Git' 카테고리의 다른 글
[Git]git flow (0) | 2022.07.07 |
---|---|
[Git]HEAD detached from (마지막 commit이 적용이 안되는 문제) (0) | 2022.06.30 |
[Git]commit version 삭제 (0) | 2022.06.27 |
[Git]이전 commit version으로 돌아가는 법 (0) | 2022.05.24 |
[git]Good commit Message (0) | 2022.05.19 |