기본적으로 커밋 메시지는 vi 에디터를 사용합니다. 여기에 수정 내역을 요약하여 작성합니다. 메시지를 저장하면 커밋이 완료됩니다.
vi 에디터 이외의 에디터를 사용하고 싶다면 깃의 환경 설정을 변경합니다.
infoh@hojin MINGW64 /e/gitstudy04 (master)
$ git config --global core.editor "에디터경로"
초보자에게 vi 에디터는 익숙하지 않습니다. 그래도 커밋 메시지를 작성하려면 기본 사용법 정도는 알고 있는 것이 좋습니다. 깃 배시에서 git commit 명령어를 입력하면 다음과 같이 커밋 메시지를 입력할 수 있는 창이 뜹니다.1
▼ 그림 4-14 vi 에디터를 사용한 커밋 메시지
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
#
# Initial commit
#
# Changes to be committed:
# new file: index.htm
#
~
~
~
<test_git/g1/.git/COMMIT_EDITMSG [unix] (18:27 04/01/2019)1, 0-1 모두