nano에디터 잘 쓸줄모르는데... rebase중 nano에디터가 나와서 뚝딱거렸다.
vim으로 변경하고 싶다면 다음과 같이 설정해주면된다.
git config --global core.editor "vim"
# nano를 사용하고 싶다면
git config --global core.editor "nano"
'프로그래밍 > General' 카테고리의 다른 글
[해결] Could not open a connection to your authentication agent (0) | 2022.06.17 |
---|---|
Youtube 자동완성 연관 검색어를 가져오는 방법 (0) | 2022.06.11 |
python이 Microsoft Store를 열때 해결방법 (1) | 2022.05.28 |
자주쓰는 정규식 패턴 (Email, IP, Youtube, URL...) (0) | 2022.05.14 |
[Github] 원격서버에서 git 권한 없음 해결방법 (Permission denied (publickey)) (0) | 2022.05.13 |