Computer/코딩 개꿀팁
Visual Studio Code에서 git repository clone 해오는 방법
벼랑끝과학자
2023. 8. 2. 20:10
1. git 설치 : 컴퓨터에 Git이 설치되어 있지 않으면 설치한다.
https://git-scm.com/download/win
설치는 딱히 별건 없고 그냥 default값으로 Next해주면 된다
2. 원하는 git site에 접속하여 Code를 Clone한다.