NotesQuick NoteGitCLITILUpdated March 7, 2026Git: Amend Without Editing MessageQuick tip for amending the last commit without changing the commit message.January 26, 20241 min readTo add changes to the last commit without editing the message: Bash Copy git commit --amend --no-edit Useful when you forgot to add a file or made a quick fix.CommentsWrite a comment