관리 메뉴

제뉴어리의 모든것

[Gir] git remote url 확인 명령어 본문

Git

[Gir] git remote url 확인 명령어

제뉴어리맨 2021. 3. 23. 03:18

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)

 

 

 

현재 remote 저장소의 명칭

git remote

 

ex)

$git remote

origin

 

 

 

 

 

 

출처 : devpouch.tistory.com/21