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
- Unity
- sqlite
- PER
- Excel
- urllib
- ubuntu
- 다이어트
- 날짜
- PyQt5
- flutter
- node.js
- MySQL
- swift
- 함수
- PyQt
- 리눅스
- pandas
- tensorflow
- IOS
- 맛집
- GIT
- 유니티
- port
- ASP
- python
- 라즈베리파이
- Linux
- MS-SQL
- mssql
- javascript
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