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
- Spring-Framework
- Colaboratory 글자 깨짐
- vs code 내 node
- spring-boot
- intllij 내 Bean을 찾지 못해서 발생하는 오류
- 리액트
- Python
- JS 개념
- Concurrently
- react
- 모던자바스크립트
- Do it 자바스크립트 + 제이쿼리 입문
- 따라하며 배우는 노드 리액트 기본 강의
- 거북이 대포 게임
- node.js 설치
- 노드에 리액트 추가하기
- DB Browser
- ReactDOM.render is no longer supported in React 18. Use createRoot instead
- node.js로 로그인하기
- 계산맞추기 게임
- 인프런
- 타자 게임 만들기
- react오류
- 웹 게임을 만들며 배우는 리액트
- intellij
- 자바스크립트
- 모두의 파이썬
- googleColaboratory
- props
- You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client"
Archives
- Today
- Total
프로그래밍 삽질 중
깃의 레포지토리 변경(git 레포지토리 이름이 바뀌었을 경우), 깃 특정커밋 삭제, 깃 rebase 취소 본문
과거 프로그래밍 자료들/컴퓨터설정&오류
깃의 레포지토리 변경(git 레포지토리 이름이 바뀌었을 경우), 깃 특정커밋 삭제, 깃 rebase 취소
평부 2022. 8. 23. 22:52
깃 레포지토리 변경
깃 커밋 삭제
https://computer-science-student.tistory.com/540
https://m-myeen.tistory.com/28
깃 rebase 취소
git rebase --abort #rebase 자체 삭제
https://www.delftstack.com/ko/howto/git/undo-rebase-in-git/
https://backlog.com/git-tutorial/kr/stepup/stepup2_8.html
최후의 방법(git reset)
'과거 프로그래밍 자료들 > 컴퓨터설정&오류' 카테고리의 다른 글
Next 사용 시 import 오류 해결(eslint vscode에서 설정하기) (0) | 2022.10.04 |
---|---|
error: error:0308010c:digital envelope routines::unsupported 해결(node.js 버전 변경하기) (1) | 2022.10.03 |
[React] React Hook useEffect has a missing dependency 오류 해결 (0) | 2022.05.26 |
[React] Cannot read property 'params' of undefined 에러 (0) | 2022.05.24 |
[React] Cannot read property 'map' of undefined 해결 (0) | 2022.05.22 |