-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
support commit amend #89
Comments
what about just adding a checkbox in the commit pop up to amend instead of committing ? many existing UI tools behave this way and this minimizes the number of commands and UI complexity. |
I like the idea but we need to check if there is any good (cross platform) hotkey we can use that does not collide with the text input of the commit dialog (unfortunately not everything is possible in terminals and or |
Also I happen to know someone is working on #46 (see https://www.twitch.tv/videos/639362441) hope there is no complication touching those two issues at the same time🤞 |
what do you think about using function keys ? the stream is very cool indeed I am watching it right now ! |
I would say let's go for the commit popup like @MCord said and add an amend option that takes the previous msg and fills it in if the current msg is empty |
new command for
git commit amend
before we can do that we need to land #83
The text was updated successfully, but these errors were encountered: