본문 바로가기
여러가지/git

[Git] cmd에서 깃 remote 되어있는 url, 주소 확인하는 방법 !!

by 포스트it 2023. 12. 21.
728x90
반응형

 

[Git] cmd에서 깃 remote 되어있는 url, 주소 확인하는 방법 !!

커맨드에서 git remote -v 명령어로 아래와 같이 연결되어있는 주소를 확인하실 수 있습니다 :)

 

$ git remote -v

ex)
origin  https://github.com/yunsell/marine.git (fetch)
origin  https://github.com/yunsell/marine.git (push)
728x90
반응형

댓글