콘솔에서
git reflog
로 날아간 commit 번호 확인
git cherry-pick ####
으로 복구
conflict가 났다면 해결후
git cherry-pick --continue
로 커밋
git reflog
로 날아간 commit 번호 확인
git cherry-pick ####
으로 복구
conflict가 났다면 해결후
git cherry-pick --continue
로 커밋
'Develop' 카테고리의 다른 글
VS filter 분류 정규표현식 (0) | 2015.02.01 |
---|---|
git 공간 정리 (0) | 2014.10.20 |
cocos2d-x 3.1 addTouchEventListener(std::function) (0) | 2014.06.11 |
Visual Studio 바꾸기 정규식 사용 (0) | 2014.06.03 |
file copy (0) | 2014.04.10 |