Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- 프래그먼트
- it
- Portfolio
- techEmpower
- 컴퓨터과학총론
- 번역
- 한글
- unity
- server
- java
- error
- kakao
- 구글
- javascript
- 안드로이드
- php
- centOS7
- C lanuage
- caddy
- MySQL
- C
- android
- NGINX
- 해석
- ubuntu
- H2O
- 개발
- 자바
- mariadb
- 개발자
Archives
- Today
- Total
개발모음집
To change the github remote repository address 본문
$ git remote -v
<!-- View existing remotes (변경전 repository 확인) -->
origin https://github.com/user/repo.git (fetch)
origin https://github.com/user/repo.git (push)
<!-- (변경하려는 repository)-->
$ git remote set-url origin https://github.com/user/repo2.git
출처 : http://minsone.github.io/git/github-managing-remotes-changing-a-remotes-url
'Server' 카테고리의 다른 글
install nginx, mysql at macOS (0) | 2019.10.22 |
---|---|
ssh connection time increase (0) | 2019.09.13 |
error: failed to push some refs to 'git repository path' (0) | 2019.09.11 |
Dockerfile로 Docker 이미지 생성하기 (0) | 2019.06.06 |
ssh install (0) | 2019.03.24 |