Git
Git 제일 최근 커밋 덮어써서 다시 push하기
세댕댕이
2022. 3. 1. 23:53
1. git add.
2. git commit --amend
3. 커밋 메시지 작성 (다 쓰고 나서 :wq!)
4. git push -f (강제로 밀어넣기)