revert 명령어를 사용하면 병합할 때처럼 메시지를 작성할 수 있는 vi 에디터가 실행됩니다. 리버트 메시지를 작성한 후 저장합니다.1
▼ 그림 9-25 리버트 메시지 입력
Revert "menu7"
This reverts commit 537491825063eb83f1baeb268d7d2cde1d4b11e6.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Changes to be committed:
# modified: menu.htm
#
메시지를 저장하면 다음과 같이 출력됩니다.
[master 00d7770] Revert "menu7"
1 file changed, 1 deletion(-)