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-clone-command/
'git' 카테고리의 다른 글
[Git] git 특정 커밋 다운 (0) | 2024.05.08 |
---|---|
[Git] 강제 pull 하기 (0) | 2023.11.02 |
[Git] git clone 특정 브랜치 (0) | 2023.11.01 |
[Git] git 원격저장소 연결하기 (0) | 2022.08.18 |
댓글