이 글에서는 git url을 확인하는 방법에 대해서 설명합니다.
git url을 확인하는 명령 및 예제
내 디렉토리의 git url을 확인하는 방법은 git remote -v 입니다.
(base) ubuntu@instance-20230810-1409:~/DualStyleGAN$ git remote -v
origin https://github.com/williamyang1991/DualStyleGAN.git (fetch)
origin https://github.com/williamyang1991/DualStyleGAN.git (push)
'IT' 카테고리의 다른 글
카디널리티(Cardinality)와 선택도(Selectivity)에 대한 이해 (0) | 2024.01.21 |
---|---|
github에 신규 리파지토리를 만들고 로컬 디렉토리 연결하기 (0) | 2024.01.21 |
gitignore 파일로 특정 파일또는 디렉토리 제외 혹은 무시하기 (0) | 2024.01.21 |
Github 무료 제한 및 정책 요약 (0) | 2024.01.21 |
Window(윈도우)에서 Ubuntu(우분투)로 원격데스크톱 연결하기 (0) | 2024.01.21 |