-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
This issue tracks the work to stabilize the 'gs commit fixup' experimental command introduced in #836.
Feel free to post feedback here if you use the experimental command.
Known issues (not all of these will be resolved before stabilization):
- Handling of conflicting changes: If staged changes cannot be applied to the destination commit without a conflict, we currently reject the operation. We should provide users the ability to resolve the conflict instead.
- Hooks: The operation does not invoke any Git hooks. We may want to invoke the "post-rewrite" Git hook.
- No edit: The command currently does not provide a means to edit the commit message for the commit that was fixed.
Reactions are currently unavailable