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