Visual Studio Code를 편집기로 사용
-
Visual Studio Code(VS Code)를 설치합니다. 자세한 내용은 VS Code 설명서의 VS Code 설정을 참조하세요.
-
Git Bash를 엽니다.
-
다음 명령을 입력합니다.
git config --global core.editor "code --wait"
Sublime Text를 편집기로 사용
-
Sublime Text를 설치합니다. 자세한 내용은 Sublime Text 설명서에서 설치를 참조하세요.
-
Git Bash를 엽니다.
-
다음 명령을 입력합니다.
git config --global core.editor "'C:/Program Files (x86)/sublime text 3/subl.exe' -w"
메모장++를 편집기로 사용
-
https://notepad-plus-plus.org/에서 메모장++를 설치합니다. 자세한 내용은 메모장++ 설명서에서 시작을 참조하세요.
-
Git Bash를 엽니다.
-
다음 명령을 입력합니다.
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"