728x90
local - git - github || bitbucket || gitlabs
git이 remote해주는 역할인데 이런 역할을 하는 것이 git 뿐만이아니라 mercurial, svn 등이 존재한다.
remote : local과 repository site를 연결해주는 다리 / git, mercurial, svn 등등 존재
git remote -v : origin (=github의미 )
git remote add 내가_정한_이름 ' 연결할 repository 주소 '
-> 이렇게하면 remote -v에 origin 뿐만 아니라 연결한 다른 repository 도 존재하게 된다.
git remote remove 내가_정한_이름 으로 repository 연결을 삭제도 가능하다.