Please commit your changes or stash them before you merge.
라는 안내사항에서 알 수 있듯이 로컬에서 수행한 아이를 임시저장 해놓았다가 , 후에 pop 하면 된다. git stash
git pull 브랜치 이름
나의 경우 : git pull origin be-feature/브랜치명
git stash pop
에러 원인 출처 : https://matamong.tistory.com/entry/Git-Your-local-changes-to-the-following-files-would-be-overwritten-by-merge-에러
해결 방법 출처 : https://goddaehee.tistory.com/253