-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
SCM: Add amend
checkbox to commit panel
#46994
Comments
(Experimental duplicate detection) |
Atom has a nice UI for this. |
amend
checkbox to commit panelamend
checkbox to commit panel
It's really needed feature. I for example use specific GIT repo where I should to |
On other git editors, the checkbox to amend a commit writes the commit message with previous commit if the field is empty. |
There is also the arrow dropdown menu next to the Commit button. It includes Commit, Commit & Sync, and Commit & Push. "Commit Staged (Amend)" could be added to that menu. For that matter, so could "Stash" |
"Commit (Amend)" is now available as a secondary action on the "Commit" action button. |
For now, we have the opportunity to amend commits via command palette or via git context menu.
It would be great if there were an
amend
checkbox right beside the commit message box to have this feature integrated in the source control panel.The text was updated successfully, but these errors were encountered: