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 | 31 |
Tags
- resource
- vscode
- Source
- import
- 단축키
- JavaScript
- find
- Eclipse
- bash
- GIT
- tomcat
- ssh
- xargs
- Windows 10
- netsh
- lsof
- IntelliJ
- plugin
- maVen
- 줄바꿈 문자
- 네트워크
- grep
- Windows
- context
- profile
- VirtualBox
- Mac
- port
- Quartz
- web.xml
Archives
- Today
- Total
develog
[git] github commit 메시지 수정 본문
로컬 commit 메시지 수정
## 가장 최근의 commit 메시지 수정
$ git commit --amend
$ git commit --amend -m '수정할 메시지'
github commit 메시지 수정
## github 으로 push
$ git push --force origin master
'Dev > git' 카테고리의 다른 글
[git] checkout commit (0) | 2022.04.01 |
---|---|
[git] master >R> (0) | 2022.03.31 |
[git] config 기본 셋팅 (0) | 2022.02.17 |
[git] git init --bare (0) | 2022.02.17 |
[git] merge (0) | 2021.12.22 |
Comments