git remote명령어란?
remote repository를 확인하기 위한 명령어,
"$git remote" 실행시 현재 remote repository의 단축이름을 보여준다.
일반적으로 "origin"으로 표기된다.
option
-v
remote 단축이름과 함께,
remote repository의 주소를 보여준다.
remote repository 추가하기
working directory에 새로운 remote repository를 추가할 수 있다.
git remote add <단축이름> <url>
e.g.,
"ess_origin" 단축이름과 함께
"essgit@srv-kr-git01.com:/ess_project.git" 추가할 경우
git remote add ess_origin essgit@srv-kr-git01.com:/ess_project.git
'Linux & GIT' 카테고리의 다른 글
git merge할때 발생하는 충돌 쉽게 이해하고 해결하기 (0) | 2019.06.20 |
---|---|
Git fetch, Git merge 그리고 Git pull (0) | 2019.06.07 |
Git diff 명령어 (0) | 2019.06.05 |
Git 기본 개념 정리 (0) | 2019.06.04 |
리눅스(Ubuntu) 특정 파일 제외 하고 모두 삭제하는 명령어 (0) | 2018.10.25 |
댓글