gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Git commit amend support

Open AntonKrug opened this issue 2 months ago • 2 comments

Is your feature request related to a problem? Please describe. I would like to be easily to do commit amend

Describe the solution you'd like Maybe Shift + C to have dialog similar to a commit dialog, but pre-populated with last/previous commit message

Describe alternatives you've considered right now when i need to do this i run my bash alias command to fetch previous log message and have it ready for me to paste back the original and do slight modifications or keep the original message but add more files into the same commit without changing the message

AntonKrug avatar Oct 30 '25 18:10 AntonKrug

once the commit popup is open there should be a Amend option. Is that what you had in mind?

extrawurst avatar Oct 30 '25 18:10 extrawurst

I think the request is to support amending any commit like described here https://github.com/gitui-org/gitui/issues/2584 , Lazygit has quite nice ergonomics around amending/squasing/moving any commit in the history.

Dom324 avatar Nov 04 '25 09:11 Dom324