git bash를 사용하여 merge를 진행하려고 할 때 아래처럼 왜 해당 merge가 필요한지에 대해서 commit message를 남기라는 말이 나옵니다.
Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
1) ESC 클릭후 :q (콜론큐 , 떠나다)입력후 엔터를 입력하면 자동으로 메세지가 입력되면서 merge가 됩니다.
2) 다른방법 (메시지 직접 입력)
press "i" (인풋 영역으로 이동됨)
write your merge message
press "esc"
write ":wq"
then press enter
참고자료 - 스택오버플로우
https://stackoverflow.com/questions/19085807/please-enter-a-commit-message-to-explain-why-this-merge-is-necessary-especially