Recent Posts
Recent Comments
변군이글루
[리눅스] git clone 디렉토리 지정(변경)하기 본문
git clone 디렉토리 지정(변경)하기
구문) git clone <repository> <destination>
$ git cloen https://github.com/anti1346/project1.git project
$ git clone https://github.com/anti1346/project1.git project
Cloning into 'project'...
remote: Enumerating objects: 64, done.
remote: Counting objects: 100% (64/64), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 64 (delta 19), reused 38 (delta 9), pack-reused 0
Unpacking objects: 100% (64/64), done.
$ ls -l
합계 0
drwxr-xr-x 3 root root 90 1월 25 14:59 project
'* 리눅스' 카테고리의 다른 글
[리눅스] CentOS Stream 설치(Centos 8 스트림 설치) (0) | 2021.01.26 |
---|---|
[명령어] tput 명령어 (0) | 2021.01.25 |
[리눅스] git clone 디렉토리 지정(변경)하기 (0) | 2021.01.25 |
[리눅스] 패스워드 한 줄로 변경하기 (0) | 2021.01.25 |
[명령어] sshpass 명령어 (0) | 2021.01.22 |
[리눅스] lsyncd와 rsync를 이용한 실시간 동기화(백업) (0) | 2021.01.22 |
0 Comments