Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- AWS Access Key
- 문자열 대소문자
- Access Key 생성
- 에러
- aws bucket 정책
- GIT
- img upload
- 리액트
- js
- Next.js
- Project
- 리엑트 네이티브 아이콘
- react native CLI
- 문자열 대소문자 구별
- PongWorld
- firebase 라이브러리
- react native picker
- 백준
- react native 세팅
- react native
- react native 개발
- AWS
- babel.config.js
- react native font
- 리액트 네이티브
- fire base
- error
- s3 upload
- React
- 리액트 네이티브 에러
Archives
- Today
- Total
밝을희 클태
git commit 삭제, 제거하기 본문
가장 최신 커밋 삭제하기
$ git reset --soft HEAD^
$ git reset --mixed HEAD^
&& 동일한 명령어
$ git reset HEAD^
$ git reset --hard HEAD^
HEAD부터 n개의 commit을 삭제하기
$ git reset HEAD~n