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!
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.ToggleAmendCommitModeappears to be a toggle rather than a one-shot action, and I couldn't find any other action that performsgit commit --amend.Git.Commit.And.Push.Executordoesn'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!