본문 바로가기

Develop/IDEA & Editor

IntelliJ를 사용하여 git commit 메시지 수정

로컬에만 커밋 되어있고 push 처리가 되지 않았을 경우에 할 수 있는 2가지 방법.

  1. IntelliJ 2017.1 이상 => 로그로 이동하여 + 단어를 오른쪽 클릭 후 F2 키를 눌러서 커밋메세지를 변경할 수 있다.
  2. jetBrains Go to View -> Version Control -> Log 탭 선택 후 오른쪽 마우스를 클릭하고 undo commit 을 선택하면 다시 커밋할 수 있다.

 

 

출처 - http://jmlim.github.io/intellij/2018/11/27/git-commit-update/


'Develop > IDEA & Editor' 카테고리의 다른 글

IntelliJ를 더 쉽게  (0) 2021.03.16
찾아바꾸기 Enter - notepad++  (0) 2021.02.18
Visual Studio - 자주 사용하는 단축키  (0) 2019.11.28
IntelliJ 메모리 설정 관련  (0) 2019.06.27
macOS IntelliJ 단축키  (0) 2019.04.05