Skip to content

원격 브랜치를 추적하는 새로운 로컬 브랜치 만들기

Title
원격 브랜치를 추적하는 새로운 로컬 브랜치 만들기
Category
Git
Tags
Aliases
원격 브랜치를 추적하는 새로운 로컬 브랜치 만들기
Created
2 years ago
Updated
last year

원격 브랜치를 추적하는 새로운 로컬 브랜치 만들기

sh
$ git checkout -b <branch> --track <remote>/<branch>
$ git checkout -b <branch> --track <remote>/<branch>

Released under the MIT License.