Notice
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- 갱신
- wsgi란
- gunicorn
- disabled
- microsoft office 2010 정품인증
- toolkit
- 만료
- https
- Python
- Margin
- Micro
- border
- 제품 키
- js
- jquery
- div
- word
- padding
- letsencrypt
- wsgi
- 해제
- 2010 micro office
- Callback
- javascript
- uwsgi
- instance method
- jjquery
- pep8
- class method
- 인증서
- Today
- 155
- Total
- 130,294
jadehan
git commit message emacs에서 vim으로 변경 본문
git을 쓰다보면 commit message의 중요성을 금방 깨닫게 되는데요
대부분 commit message를 inline으로 한줄로만 보내는 사람들도 있는 반면
commit editor를 열어서 더 자세하게 message를 남기는 사람들도 많습니다.
저도 그런데요
제가 vim을 editor를 사용하는 만큼 emacs로 열리는 commit editor창이
걸리적 거릴 때가 굉장히 많습니다.
이러한 문제를 해결하기위해서
editor를 vim으로 열리게 하고 싶은데요
terminal에
git config --global core.editor "vim"
를 복사 붙여넣기 합니다.
'IT > git, github' 카테고리의 다른 글
git commit message emacs에서 vim으로 변경 (0) | 2016.05.05 |
---|---|
몇가지 git 명령어 (0) | 2016.04.26 |
git bash -> LF will be replaced by CRLF 문제 발생 (0) | 2016.03.01 |
0 Comments