Dev./Git
[Git] 개발 환경 (local)에서 remote branch랑 matching
hotamul
2022. 7. 20. 22:46
❯ git branch -u origin/development development
origin/development
(remote branch : development
)와 나의 local에서 development
라는 branch를 연결 시켜주는 명령어.