[git] Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch

문종현·2022년 12월 31일
0

정보공유

목록 보기
8/11
post-custom-banner

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) 다른방법 (메시지 직접 입력)

  1. press "i" (인풋 영역으로 이동됨)

  2. write your merge message

  3. press "esc"

  4. write ":wq"

  5. then press enter

참고자료 - 스택오버플로우
https://stackoverflow.com/questions/19085807/please-enter-a-commit-message-to-explain-why-this-merge-is-necessary-especially

profile
자라나라 새싹새싹🌱
post-custom-banner

0개의 댓글