
나는 주로, 공부를 시작할 때, 깃헙 레포를 새로 파고, 앞으로 공부를 시작할 폴더를 clone하여, 깃에 push, pull 하는 형식으로 이용해왔다. Gihub 리포지토리에 Remote 하는 방법을 기록해보고자 한다 `git remote -v` 명령어로 확인하였을 때 확인 되는 것이 없다면, 연결된 Repo가 없다는 것 1. https git remote add origin https://github.com/sejeong-park/Pinterest-Django.git 2. ssh git remote add origin git@github.com:sejeong-park/Pinterest-Django.git ss로 추가하는 와중 대충 이런 문구가 나왔다면, ssh-key가 git@github.com에 연..