본문 바로가기
Development/Java

Checkout conflict with files: 대상 파일 (ProjectName/source/file...)

by 버들도령 2019. 6. 14.
728x90

Checkout conflict with files: 대상 파일 (ProjectName/source/file...)

다음과 같이 Git에서 Pull 시
Team -> Pull

다음과 같은 에러에 직면할 수 있다.
Checkout conflict with files: 대상 파일 (ProjectName/source/file...)

Source 파일이 커밋 (Commit)되지 않아서 발생한 문제로 다음과 같이 커밋한다.
Team -> Commit

다음과 같이 다시 Pull한다.
Team -> Pull

자동으로 Merge되거나 Conflict가 발생할 수 있다.
Conflict가 발생했다면 해당 파일을 열어서 해결하고,
다음과 같이 인덱스 (Index)에 추가한다.
Team -> Add to Index

다음과 같이 커밋과 Push를 한다.
Team -> Commit -> Commit and Push

 

References:

http://stackoverflow.com/questions/18050220/eclipse-egit-checkout-conflict-with-files-egit-doesnt-want-to-continue

http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.egit.doc%2Fhelp%2FEGit%2FUser_Guide%2FTasks.html 

 

728x90

댓글