로컬에 내가 원하는 경로를 만든다
PyCharm에서 만든 경로로 New project를 만든다
아래 명령어로 현재 경로가 원하는 경로가 맞는지 확인해보자
$ pwd
{remote branch name} : clone하기 원하는 원격 저장소 branch 이름{remote repo url} : 원격 저장소 url. : 현재 경로에 clone 하라{git 저장소 이름}의 하위 폴더에 clone됨$ git clone -b {remote branch name} {remote reop url} .
$ git branch -a