본문 바로가기

Git

[Git] git remote url 확인 방법

728x90
반응형

git remote url확인 명령어 

git remote -v

: git remote url 확인 방법 

 

ex) 

https://github.com/깃허브이름/저장소이름.git (fetch)

https://github.com/깃허브이름/저장소이름.git (push)

728x90
반응형