원격 목록
$ git remote -v origin https://www.github.com/Org/mybol.git (fetch)
Clone(원격에서 끌어오기)
# 현재 경로에 다운로드 $ git clone https://github.com/a/b/c # 지정 경로에 다운로드 $ git clone https://github.com/Repository.git {/home/user/workspace/XX}
원격 RENAME 변경
$ git remote rename origin origin2