[IT]/git
git.checkout -b
givemebro
2020. 9. 7. 00:44
반응형
$ git checkout -b <branch 이름>
branch를 생성하고 checkout 까지 실행
반응형