Ops, Infra, etc/🐙 Git
git clone
DarrenKwonDev
2020. 5. 11. 08:52
이번 project를 진행하면서 올려 놓은 private repo를 clone해야할 필요가 생겼는데 자주 까먹어서 여기에 적어 놓는다.
git clone https://github유저명:비밀번호@github.com/이후는 git clone을 눌러 나오는 주소 복사
특정 브랜치만 가져오고 싶다면 다음과 같이 가져온다.
git clone <url> --branch <branch> --single-branch <원하는 folder 이름>
클론 받은 후에는 remote 등 git history가 .git에 남아있으므로 깔끔히 삭제해버리자~