git clone

1 개요[ | ]

git clone
깃 클론
  • 원격저장소를 로컬디렉토리로 복제하는 git 명령어
git clone 깃주소
  • 사용자명을 함께 지정 할 경우
git clone 사용자명@호스트:/폴더/경로

2 실행예시[ | ]

root@zetawiki:~# git clone https://github.com/gnuboard/gnuboard5.git
Cloning into 'gnuboard5'...
remote: Counting objects: 3609, done.
remote: Total 3609 (delta 0), reused 0 (delta 0), pack-reused 3609
Receiving objects: 100% (3609/3609), 7.49 MiB | 1.55 MiB/s, done.
Resolving deltas: 100% (1639/1639), done.
Checking connectivity... done.
root@zetawiki:~# ll | grep gnuboard5
drwxr-xr-x  15 root  root   4096 May  8 16:50 gnuboard5/

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}