"Git clone"의 두 판 사이의 차이

27번째 줄: 27번째 줄:
* [[git clone 예전 버전 가져오기]]
* [[git clone 예전 버전 가져오기]]
* [[git clone 특정 릴리즈 가져오기]]
* [[git clone 특정 릴리즈 가져오기]]
* [[git clone --depth]]
* [[git 명령어]]
* [[git 명령어]]
* [[hg clone]]
* [[hg clone]]

2017년 6월 13일 (화) 20:04 판

1 개요

git clone
깃 클론
  • 원격저장소를 로컬디렉토리로 복제하는 git 명령어
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 }}