개발공부/Git & Git gui
[Git] 에디터 변경하기
ssoyxon
2024. 5. 30. 17:03
git bash 창에 아래와 같이 입력
git config --global core.editor "'{변경하고싶은 exe 경로}' -multiInst -nosession"
예시
git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -nosession"
메모장이나 비쥬얼 스튜디오 보다 notpad++가 나았다.