git remote -v (1) 썸네일형 리스트형 깃허브 Local Repository와 GitHub Repository 연결하기 먼저, Git에게 online 어딘가에 remote(online) repository가 실제로 존재한다는 것을 말해줄 필요가 있다. Git은 우리가 "git add" 명령어를 사용하기 전까지 우리의 파일을 인식하지 못하는 것처럼, 우리의 remote repo 또한 인식하지 못 할 것이다. 우리는 https://github.com/username/myproject.git. 에 "MyProject" 라는 GitHub repo를 가지고 있다고 가정한다. 물론 "username"은 당신의 GitHub username 이어야 한다. 그리고 "myproject" 도 자신의 GitHub repository의 이름이어야 한다. git remote add origin https://github.com/userna.. 이전 1 다음