감동, 마음이 움직이는 것
[git] 만들어진 git directory 연결해서 받아오기 --- git init, git clone 본문
Tips (Utility, Computer Language, and etc.)
[git] 만들어진 git directory 연결해서 받아오기 --- git init, git clone
Struggler J. 2017. 7. 17. 20:03[Ref]
기존 local directory를 git 저장소로 사용할 때, 먼저 git 저장소로 사용할 거라고 다음과 같이 명령어를 넣어준다.
git init
서버에서 자료를 다운받고 해당 폴더로 연결시키려면 다음과 같이 명령어를 넣어주면 된다.
git clone [url]
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[To do] Quene (0) | 2017.07.26 |
---|---|
[Python] deep copy & range of variable (0) | 2017.07.18 |
[Linux/perl or sed] 여러파일안의 문구를 한 번에 바꾸기 (0) | 2017.07.10 |
[c++] debugging using Valgrind (0) | 2017.07.09 |
[Installing software] (0) | 2017.06.29 |