[터미널에 뜬 메시지]Merge branch 'develop' into dev/JYS# Please enter a commit message to explain why this merge is necessary,# especially if it merges an updated upstream into a topic branch.## Lines starting with '#' will be ignored, and an empty message aborts# the commit. 지금 상황내가 git pull을 하면서, 자동 병합(merge)이 일어났고Git이 “이 병합을 어떤 이유로 했는지 커밋 메시지를 적어줘!” 라고 요청 하고 있다. 해결 방법그냥 기본 메시지 그대로 두고 저장 후 종료하면 된다. ..