git clone -b <branch_name> --single-branch <repository_url>
특정 branch만 clone하고 싶을 때 "single-branch" option을 사용하면 원하는 branch만 clone하여 사용할 수 있다