git clone할때 브랜치 전체를 clone하지 않고 특정 브랜치 하나만 clone하는 방법
git clone
clone
git clone -b {branch_name} --single-branch {저장소 URL} git clone -b Dev --single-branch https://github.com/codestates/GoFit-server.git