반응형
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
- java
- use-immer
- javascript 비동기
- React 공식문서
- 테스크 큐
- likelion
- Javascript
- git branch -m
- vscode extension
- 최단거리알고리즘
- styled-components 설치 오류
- styled-components 버전 문제
- 브랜치 이름 변경 명령어
- react
- styled components 설치 안됨
- reading 'edgesOut'
- reading 'useDebugValue'
- fetch()
- react immer
- js fetch
- styled-components extension
- 단일링크드리스트
- 1966 프린터큐
- Code Splitting
- Styled Components
- react-native-snap-carousel
- 네트워크 통신 요청
- Call Stack
- carouselButton
- styled-compoents
Archives
- Today
- Total
Keep Going
원격저장소 제거하기 본문
반응형
이미 github repository를 만들어서 올렸던 프로젝트가 있었다.
기존의 repository를 삭제하고 새로운 repository를 만들고 싶은 나는!
기본 리포지토리 remote제거
: git remote remove origin
새 리포지토리 remote추가
: git remote add origin https://github.com/~~
를 해줘야하는지 몰랐다.. 왠지 새로운 리포지토리 만들고 초기 설정을 해줘도 안되더라...
반응형
'Study > GIT' 카테고리의 다른 글
[-m] Git branch 이름 변경하기 (0) | 2023.08.29 |
---|