|
devJun
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
git
[git] git branch
devJun
Aug 06, 2024
Share
💡
코드를 효율적으로 관리할 때 사용
git status
우선 브랜치를 만들기 전 현재의 상태를 확인한다. tree clean 상태가 아니라면 commit 후 실행하자.
git branch test
test명으로 새로운 가지를 생성했다.
git branch
현재 master 에서 test 로 옮겨보자
git checkout test
test로 옮겼다.
Share article
Share
devJun
RSS
·
Powered by Inblog