목차

상황

사용 환경 : Eclipse Platform




조치

1. 상단 메뉴에서, Window > Show View> Other 클릭

2. 'type filter text'란에 'Git Repositories'를 입력 및 'Open' 버튼 클릭

3. 하단에 생성된 'Git Repositories' 창에서 Git Respositories > 프로젝트명 > Branches > Local > master 에서 마우스 오른쪽 'reset' 클릭


4. 'Reset Type'란에서 'Hard'클릭 후 'Finish' 클릭 (주의 : 수정했던 변경사항이 master branch로 초기화 됌)


5. 왼쪽 프로젝트명에서 마우스 오른쪽 누르고 'Pull' 선택

커맨드

cd 프로젝트 디렉토리
git reset --hard
git pull


주의

:!: 수정했던 변경사항이 master branch로 초기화 됩니다.

출처

eclipse git 강제 overwrite update