Git
git 명령어 모음
monkeyDugi
2021. 12. 22. 11:28
반응형
프로젝트 복사
특정 브랜치
git clone -b {브랜치명} --single-branch https://github.com/{github_아이디}/{저장소 아이디}
모든 브랜치
git clone https://github.com/{github_아이디}/{저장소 아이디}
반응형