# Git Authors - Git Commit (Highlights)

## Metadata
**Review**:: [readwise.io](https://readwise.io/bookreview/56547005)
**Source**:: #from/readwise #from/reader
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[Git Authors]]
**Full Title**:: Git Commit
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [git-scm.com](https://git-scm.com/docs/git-commit)
**Host**:: [[git-scm.com]]
**Highlighted**:: [[2025-11-29]]
**Created**:: [[2025-11-29]]
## Highlights
- The commit created by `--fixup=amend:`*<commit>* is similar but its title is instead prefixed with "amend!". The log message of *<commit>* is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When `git` `rebase` `--autosquash` squashes the "amend!" commit into *<commit>*, the log message of *<commit>* is replaced by the refined log message from the "amend!" commit. ([View Highlight](https://read.readwise.io/read/01kb71qnv34yne8pg9w306kekp)) ^961914146