Skip to content
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

Closed
dmstern opened this issue Mar 30, 2018 · 6 comments
Closed

SCM: Add amend checkbox to commit panel #46994

dmstern opened this issue Mar 30, 2018 · 6 comments
Assignees
Labels
feature-request Request for new features or functionality scm General SCM compound issues

Comments

@dmstern
Copy link

dmstern commented Mar 30, 2018

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.

@vscodebot
Copy link

vscodebot bot commented Mar 30, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the git GIT issues label Mar 30, 2018
@joaomoreno joaomoreno added this to the Backlog milestone Apr 3, 2018
@joaomoreno joaomoreno added feature-request Request for new features or functionality scm General SCM compound issues and removed git GIT issues labels Apr 3, 2018
@joaomoreno joaomoreno removed their assignment Apr 3, 2018
@madig
Copy link

madig commented Jun 14, 2018

Atom has a nice UI for this.

@joaomoreno joaomoreno changed the title Add amend checkbox to commit panel SCM: Add amend checkbox to commit panel Sep 14, 2018
@MrEfrem
Copy link

MrEfrem commented May 10, 2019

It's really needed feature. I for example use specific GIT repo where I should to amend my latest commit with automatically generated UID, on first commit, in commit message. Then my changes will follow to same PR. Otherwise if I will lost that UID on second commit (when I execute amend) then the GIT repo will create second PR instead of change previous.
Also WebStorm has this feature. Why don't you consider opportunity to implement this?

@joaomoreno joaomoreno self-assigned this Oct 9, 2019
@epouthier
Copy link

On other git editors, the checkbox to amend a commit writes the commit message with previous commit if the field is empty.

@joaomoreno joaomoreno removed their assignment Nov 11, 2020
@lszomoru lszomoru self-assigned this Oct 4, 2021
@aminomancer
Copy link

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"

@lszomoru
Copy link
Member

"Commit (Amend)" is now available as a secondary action on the "Commit" action button.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality scm General SCM compound issues
Projects
None yet
Development

No branches or pull requests

8 participants