Develop
git rebase 하다가 commit 날아갔을때
작은이야기
2014. 8. 18. 18:18
콘솔에서
git reflog
로 날아간 commit 번호 확인
git cherry-pick ####
으로 복구
conflict가 났다면 해결후
git cherry-pick --continue
로 커밋
git reflog
로 날아간 commit 번호 확인
git cherry-pick ####
으로 복구
conflict가 났다면 해결후
git cherry-pick --continue
로 커밋