반응형
git remote url 확인 명령어는 아래와 같다.
git remote -v
ex)
$git remote -v
origin ssh://future@test.com/home/git/test.git (fetch)
origin ssh://future@test.com/home/git/test.git (push)
반응형
'GIT' 카테고리의 다른 글
[GIT] git stage에 add된 파일 다시 unstage상태로 되돌리기 (0) | 2018.12.23 |
---|---|
[Git] git에 add된 파일의 변경점 확인 명령어 (staging area에 넣은 파일의 변경 확인) (0) | 2018.11.08 |
[Gir] remote url 변경 명령어 (0) | 2018.11.08 |
[Git] username 및 email 변경 명령어 (0) | 2018.11.08 |
[Git] 브랜치명 변경 명령어 (0) | 2018.11.08 |