git

git/github 방금 commit 한 메시지 변경하기

muyeon 2023. 7. 12. 04:23
git commit --amend

insert 모드로 변경후 메시지 수정, 저장 후 종료

# git push -f <remote 명> <branch 명>

git push -f origin main