git clone2 [Git] git clone change directory name git clone 시 repository와 다른 이름의 폴더 생성 후 clone 하기 git clone [HTTPS||SSH repositoryURL] [Directory Name] # example git clone git@github.com:sferik/sign-in-with-twitter.git signin repositoryURL : clone 할 repository 주소 directory name : repository를 local에 복제할 위치. 참고 : https://stackoverflow.com/questions/8570636/change-name-of-folder-when-cloning-from-github https://www.lainyzine.com/ko/article/git-clo.. 2024. 1. 3. [Git] git clone 특정 브랜치 git 특정 브랜치 clone 하기 리포지토리를 클론한 다음 모든 브랜치들을 가져온다(fetch). 그리고나서 특정한 브랜치로 전환(checkout)한다. git clone --branch 또는 git clone -b 참고 : https://www.freecodecamp.org/korean/news/git-clone-branch-how-to-clone-a-specific-branch/ 2023. 11. 1. 이전 1 다음