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
- 참조무결성
- 1452
- kafka connect
- Pagination Optimization
- event loop
- API 설계
- Path Variable
- Cannot add or update a child row: a foreign key constraint fails
- kafka-connect
- jdbc connector
- constraint fails
- code --no-sandbox
- 문자열 검증
- 제약 조건
- 23000
- debezium
- kafkaconnect
- foreign key constraint fails
- Git
- Cannot delete or update a parent row: a foreign key constraint fails
- reflog
- Invalid character found in method name
- 1450
- Late row lookup
- programmers
- git rebase -i
- git reflog
- Query String
- 페이지네이션
- 페이지네이션 최적화
Archives
- Today
- Total
Kawaii_Jordy
[GIT] GIT RESET 취소 하는 법 (git reflog) 본문
git reflog
3f6db14 HEAD@{0}: HEAD~: updating HEAD d27924e HEAD@{1}: checkout: moving from d27924e0fe16776f0d0f1ee2933a0334a4787b4c 57e53a0 HEAD@{2}: modify : bug 수정 [...]
이런식으로 이전까지했던 작업들 reflog를 확인해 몇번째 HEAD로 이동할지 확인한다.
만약 HEAD@{1}로 이동할꺼라면
{1}
git reset --hard HEAD@{1}
로 해서 해결했다.
'취준 > GIT' 카테고리의 다른 글
[GIT] Conflict(충돌) 났을 때 강제로 Pull 하기 (0) | 2021.10.12 |
---|---|
[GIT] git rebase -i (Interactive) (0) | 2021.10.08 |
git - 힘내 오류 : .git / logs / refs / remotes / origin / master에 추가 할 수 없습니다 : 권한이 거부되었습니다 (0) | 2021.06.24 |
[GIT LENS] VSC에서 사용법 (0) | 2021.06.09 |
[GIT] reset --hard (0) | 2021.05.27 |
Comments