You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I always type the command git commit --amend directly, instead type git commit first and considered about "should I add --amend flag?". So I think provide "Commit amend" right in status panel (but not in popup panel) will be a nice improvement(at least for me).
Describe the solution you'd like
Provide "commit with amend" command right in status panel.
Describe alternatives you've considered
btw, there is nothing about "how to make a amend commit" in the help panel, I find the right way but still spend some time to search issues and PRs.
The text was updated successfully, but these errors were encountered:
I agree with the second part, it is a bug that the instructions for finding amend are not in help this will be addressed. but putting more commands on the top level is not the solution IMO
This is especially bad as commit currently is submitted via ENTER.
The numbers I have accidentally submitted a commit is legion.
In all these cases I just want to fix the recent commit - but often cannot because I have no other changes to trigger the commit dialog.
If this really is not possible for default - maybe we could add an extension mechanism for adding commands to screens?
So maybe an yaml file where you write:
Is your feature request related to a problem? Please describe.
I always type the command
git commit --amend
directly, instead typegit commit
first and considered about "should I add--amend
flag?". So I think provide "Commit amend" right in status panel (but not in popup panel) will be a nice improvement(at least for me).Describe the solution you'd like
Provide "commit with amend" command right in status panel.
Describe alternatives you've considered
btw, there is nothing about "how to make a amend commit" in the help panel, I find the right way but still spend some time to search issues and PRs.
The text was updated successfully, but these errors were encountered: