감동, 마음이 움직이는 것

[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]

https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-Git-%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0


기존 local directory를 git 저장소로 사용할 때, 먼저 git 저장소로 사용할 거라고 다음과 같이 명령어를 넣어준다.

git init

서버에서 자료를 다운받고 해당 폴더로 연결시키려면 다음과 같이 명령어를 넣어주면 된다.

git clone [url]