gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.91k stars 1.25k forks source link

Change commit message/amend commit #1003

Open lurk26 opened 4 years ago

lurk26 commented 4 years ago

It would really useful if GitLens allowed us to edit/amend commit messages in VSCode. The built-in VSCode git solution doesn't provide this feature.

pilniczek commented 3 years ago

Yes please, this would save a lot of time. :)

blachawk commented 3 years ago

Please add this

eamodio commented 3 years ago

Ammending the most recent commit is supported by the built-in git extension.

Ae-Mc commented 3 years ago

But built-in git extension doesn't allow to change commit message, only commit files.

helmiatincrypto commented 3 years ago

you can commit then rebase squash

LOL

riderx commented 2 years ago

The point was to do it in UI we know we can use shell thanks

kokushkin commented 7 months ago

Built-in git seems to be doing the job. Command Palette (ctrl + shift +P) -> "Git: Commit (Amend)" -> edit commit message -> press tick (V) in the upper right corner

PeterConijn commented 7 months ago

Built-in git seems to be doing the job. Command Palette (ctrl + shift +P) -> "Git: Commit (Amend)" -> edit commit message -> press tick (V) in the upper right corner

That only works for the latest commit. I agree we would like a UI method of changing an older commit message.