-
-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Commit learned to amend the last commit using ^a, which is awesome. Problem: it only works if you have staged changes to add (otherwise [c] commit is disabled).
It would be great if amend works similar to git-cola, where checking "amend" puts the changes from the last commit back into "staged" so it allows staging additional hunks, unstaging parts, and then editing the message.
Describe the solution you'd like
Add an "amend" toggle in the status view (maybe when "staged changes" are selected).
I can provide more info how it works in git-cola if needed.
kbrock, focusaurus, dmerejkowsky, gregopet and Blake-LeBlanc
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request