
[Remote Repository 생성] Local Repository 에 연동할 Remote Repository 을 생성한다. Repository 에 접근할 용도로 사용할 Token을 생성한다. ( github에서 보안상의 이유로 더 이상 비밀번호를 사용하지 않고 Token을 사용하겠끔 한다고 한다. ) Local Repository 에 Remote Repository를 등록한다. git reomote add origin http://github.com/.git 다음과 같이 등록하면, 아이디와 토큰을 github과 연동할 때 마다 입력을 해주어야 한다. Remote Repository에 등록 with Username and Token git remote add origin https://:@github..