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 |
29 | 30 | 31 |
Tags
- javascript
- PyQt
- Linux
- IOS
- python
- GIT
- tensorflow
- mssql
- sqlite
- 날짜
- urllib
- ASP
- 유니티
- 맛집
- ubuntu
- MS-SQL
- 리눅스
- node.js
- 다이어트
- Unity
- PER
- flutter
- 함수
- swift
- port
- 라즈베리파이
- MySQL
- Excel
- pandas
- PyQt5
Archives
아미(아름다운미소)
github remote 제거(기존) 및 remote 추가(신규) 본문
기존 리포지토리 remote 제거
$git remote remove origin
새 리포지토리 remote 추가
$git remote add origin https://github.com/계정/리포지토리
리포지토리확인
$git remote --v
'랭귀지 > Git' 카테고리의 다른 글
git pull 가 안먹을때 (0) | 2020.11.27 |
---|---|
error: failed to push some refs to (0) | 2020.11.16 |
Git : remote 명령어 정리 (0) | 2018.08.08 |
Git : pull 명령어 정리 (0) | 2018.08.07 |
Git : log 명령어 정리 (0) | 2018.08.06 |
Comments