반응형
본론으로 고!
가장 최근 커밋 메시지를 수정하고 싶은 경우
git commit --amend
위 명령어를 입력하면, 아래와 같이 vi 편집기가 나온다. 아래에서 temp commit이 내가 이전에 입력한 커밋 메시지에 해당되는데, 메시지 부분을 수정해주면 된다.
temp commit
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Mon Oct 4 13:21:58 2021 +0900
#
# On branch hoseung2/***
# Changes to be committed:
# modified: ***/***.py
#
# Untracked files:
# pycharm_bak/
#
이후 exit(ctrl+x)을 하고 하면 아래 텍스트가 뜨는데, 여기서 y를 누르면 끝!
Save modified buffer? (Answering "No" will DISCARD changes.)
Y Yes
N No ^C Cancel
이후 git log를 통해 내가 수정한 부분이 잘 반영되어 있는지 확인해보자!
✔ 글이 도움이 되셨나요?
☺아래 광고를 눌러주시면 소리331이 더 좋은 퀄리티의 글을 연재하는데 큰 힘이 됩니다!☺
반응형
댓글