반응형
이클립스에서 파일을 수정하고있는데 pull을 받아야할때, 내 수정내역을 지워버리고 그냥 pull을 받고싶을때는 아래와같이 하면 됨.
1. 수정내역 취소
[project explorer] - 오른쪽 마우스 - team - synchronize Workspace
이후 [synchronize] 탭으로 이동하는데, 거기서 오른쪽 마우스 - overwrite를 클릭하면 된다.
그러면 수정내역이 깔끔하게 사라짐.
2. overwrite 이후 pull 안될 때
근데 수정내역도 안사라지고 풀도 안될경우 overwrite 밑에 있는 mark as merged를 누르고 pull받으면 문제없이 잘된다.
추가: mark as merged했는데 안된다면 overwrite한번 누르고 다시 mark as merged 눌러보기
'백엔드' 카테고리의 다른 글
MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction (0) | 2023.02.15 |
---|---|
Failed to convert value of type 'java.lang.String' to required type 'int'; For input string: "undefined" (0) | 2023.02.14 |
[이클립스] 디버깅 해보기(+단축키) (0) | 2023.02.07 |
java spring db관련 에러 모음 (0) | 2023.01.09 |
mongoDB에서 []빈 배열로 나올때, test database가 자동으로 생길때 (0) | 2022.06.29 |