JetBrains / JetBrains/intellij-streamdeck-plugin

Support git commit --amend and force-with-lease push as Stream Deck actions

Open
#43 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
64
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Amending commits and force-with-lease pushes are common actions in my workflow, and I'd like to map them to my Stream Deck.

From what I've found so far:
- `Vcs.ToggleAmendCommitMode` appears to be a toggle rather than a one-shot action, and I couldn't find any other action that performs `git commit --amend`.
- `Git.Commit.And.Push.Executor` doesn't seem to have any effect.

Would it be possible to support these natively, either by exposing the underlying git features or by introducing dedicated actions on the IDE side?

Thanks!

Contributor guide

Open the contributing guide

Research direction

Start by inspecting the existing Vcs.ToggleAmendCommitMode and Git.Commit.And.Push.Executor action integrations mentioned in the issue, then trace how Stream Deck actions are exposed by the plugin. Done means establishing a defined action design and adding support for amend commits and force-with-lease pushes through the IDE integration.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, java
Domain
devtools, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.