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

feature-requestRequest for new features or functionalitygitGIT issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions