Skip to content

Git: Create a fixup commit from the graph view #296747

@hannah-computer

Description

@hannah-computer

Currently, creating a fixup commit might look like this:

  1. Stage some changes
  2. Find the commit to fixup, right click "copy commit ID"
  3. In the terminal, type git commit --fixup=, paste the ID, hit enter.

This can get tedious, so it'd be great to have a "Create fixup commit" option combining (2) & (3) into one operation that doesn't involve the terminal.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions