Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ChangeDetectorRef
- aab 배포
- typescript
- Visual Studio Code
- oh-my-zsh
- Ionic
- ion-range
- php
- 테두리굵기
- error
- NVM
- angular
- JavaScript
- Git
- sealize
- hashchange
- Sentry
- IONIC3
- rxjs
- fromEvent
- zsh
- border-width
- 변화감지
- angular5
- change detection
- 자바스크립개념
- VSCode
- 이미지바꾸기
- getElementsByClassName
- code .
Archives
- Today
- Total
hsunny study blog
원격(remote)저장소 확인하기 본문
git remote 명령어를 사용하면 현재 프로젝트에 저장된 리모트 저장소들을 모두 확인할 수 있습니다.
-v 옵션을 주면 단축이름과 URL을 함께 확인할 수 있습니다.
➜ ddunny.github.io git:(master) git remote
origin
➜ ddunny.github.io git:(master) git remote -v
origin https://github.com/ddunny/ddunny.github.io.git (fetch)
origin https://github.com/ddunny/ddunny.github.io.git (push)
'programming > GIT' 카테고리의 다른 글
원격브랜치 가져오기 (0) | 2020.12.29 |
---|---|
git stash 사용하기 (0) | 2020.12.28 |
commit 되돌리기 (0) | 2019.11.24 |
웹서비스 배포를 위한 서버 git 설정 (0) | 2019.03.22 |