merge 혹은 rebase 중 실수로 내가 작업한 파일을 덮어썼을때.. (멘붕..)
git reflog --date=iso
로 commit log를 확인하고 롤백한 commit log로 체크아웃 해준 후에 다시 돌려 놓는다.
'Programming > Git' 카테고리의 다른 글
[Git] remote: Invalid username or password. (0) | 2023.02.20 |
---|---|
git remote branch 일괄삭제 (0) | 2020.12.07 |
[Git] 기존 프로젝트 repository에 올리기 (0) | 2017.01.10 |
[Git] checkout (0) | 2016.12.20 |
[git] git pull 에러 (0) | 2016.11.10 |