git bash 창에 아래와 같이 입력
git config --global core.editor "'{변경하고싶은 exe 경로}' -multiInst -nosession"
예시
git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -nosession"
메모장이나 비쥬얼 스튜디오 보다 notpad++가 나았다.
'개발공부 > Git & Git gui' 카테고리의 다른 글
[git Extensions] Korean 한국어 언어 변경하기 (0) | 2024.05.02 |
---|---|
sourcetree 병합 기능 (0) | 2024.02.05 |
[Git] .gitignore 파일 생성과 규칙 및 문법 (0) | 2023.09.18 |