Skip to content

2. About Branch

yourginieus edited this page Nov 9, 2022 · 1 revision

Change/New Branch

1. 현재 브랜치 확인하기

git branch

2. 새 브랜치 생성하기

git branch {branch_name}
git fetch

3. 다른 브랜치로 이동하기

git checkout -t origin/{branch_name}

또는

git checkout origin/{branch_name}

중괄호는 무시