-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow to edit commit message #185
Conversation
|
||
message = updatedMessage as string; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of putting this behind an --edit
flag, let's refactor the confirmation prompt to be:
- Commit
- Edit message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean by replacing the "Yes and No" confirmation prompt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm okey.Makes sense.
--edit
flag
@privatenumber The change is done. Btw you have to update the demo terminal image in the readme. |
Thanks, will try to review soon. Would you be able to update the image in the README in a separate PR? |
Sure. I can do that. |
closes #110
cc @privatenumber