Skip to content

tuvus/IntellijGitRenameCommitPlugin

Repository files navigation

Rename your Git commits easier

This Intellij plugin helps you rename your git commits by adding a convenient toolbar item under Git. Clicking it opens up a dialog to provide the new name of the commit.

The plugin renames the last Git commit by stashing the current changes, amending the commit with the new message and unstashing the changes again. By default, the last commit message will be populated into the dialog so the user can quickly make minor spelling corrections. The plugin runs the Git commands on a different thread so that the EDT or UI thread won't be blocked.

The major source files can be found at:

Commit toolbar item

Commit dialog

Commit dialog with new UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages