Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Conceptos básicos de Git
  6. Administrar el historial de Git
  7. Modifying commits
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Modifying commits

Puede modificar la confirmación más reciente en la misma rama ejecutando el comando git commit --amend. Este comando es conveniente para añadir archivos nuevos o actualizados al commit anterior. También es una forma sencilla de editar o añadir mensajes commit al commit anterior.

Diagram using the git ammend command.
Use el git commit --amend para modificar el commit más reciente.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life