728x90
반응형
git commit messages 변경
git commit messages 오타가 나거나 내용을 수정하고 싶은 경우 마지막 commit message 변경이 가능함
commit messages 변경 명령어 👇
git commit --amend -m "변경하고 싶은 내용"
반응형
'형상관리 > Git' 카테고리의 다른 글
브랜치 따서 작업 시 pull 받고 push하기 (0) | 2021.05.12 |
---|---|
로컬에 있는 내용 무시하고 git 에서 내려받기(강제 pull) (0) | 2021.04.28 |
push 시 remote: Repository not found 에러 (0) | 2021.03.30 |
git remote: Repository not found 해결 (4) | 2021.03.24 |
GitHub 에러 remote: Repository not found. (0) | 2021.03.17 |