March 2025posted on 03.26.2025Use same git commit message as previous commit git commit --reuse-message HEAD --reuse-message takes an existing commit and reuse the log message. Add --edit to bring up the editor if you wish to edit the message before committing.No reactions yet
Use same git commit message as previous commit
--reuse-messagetakes an existing commit and reuse the log message.Add
--editto bring up the editor if you wish to edit the message before committing.