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