Notice
Recent Posts
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 |
Tags
- create
- Git
- MFC
- POST
- 정처기
- HeidiSQL
- drop
- Telerik
- 정처기 실기
- 정보처리기사
- IndexOutOfRangeException
- C#
- System.IndexOutOfRangeException
- show
- VisualStudio2019
- restapi
- c# 클로저
- url파싱
- url 파싱
- wss 파싱
- UI
- WinForms
- 프로토타입
- c# for
- multipart/form-data
- git commit vi
- C# sprintf
- postgresql
- 정보처리기사 실기
- MariaDB
Archives
- Today
- Total
달짱달짱
[Git] 커밋 메시지 vim 편집기 이용해서 올리기 본문
1. 에디터를 vim 으로 변경 하여 준다.
git config --local core.editor vim
2. 기존에 add 해둔 파일을 commit
git commit
3. 맨 윗줄에 i 를 입력하여 메시지를 작성하고 wq 로 저장
'Git' 카테고리의 다른 글
[Git] 머지 되돌리기 (0) | 2023.04.03 |
---|---|
[Git] 자주 쓰는 Git 명령어 (0) | 2023.01.25 |
[Git] git 저장소에서 완전히 삭제하기 (0) | 2021.10.27 |