Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 기초
  6. Git 기록 관리
  7. 커밋 수정
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

커밋 수정

Git commit --amend 명령을 실행하여 동일한 브랜치에서 가장 최근 커밋을 수정할 수 있습니다. 이 명령은 새 파일이나 업데이트된 파일을 이전 커밋에 추가하는 데 편리합니다. 또한 이전 커밋에 커밋 메시지를 편집하거나 추가하는 간단한 방법입니다.

Diagram using the git ammend command.
가장 최근 커밋을 수정하려면 git commit --amend를 사용하십시오.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life