vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Adds interactive option to all rebase commands

Open liadmord opened this issue 2 years ago • 0 comments

Description

https://github.com/gitkraken/vscode-gitlens/issues/1734

This PR adds an interactive alternative to all the rebase commands in GitLens, much like rebase, sometimes an interactive rebase is required, as a GUI type of person I dislike going back-and-forth between vscode git features and the command line, adding this will minimize the need for such a thing.

Checklist

  • [x] I have followed the guidelines in the Contributing document
  • [x] My changes follow the coding style of this project
  • [x] My changes build without any errors or warnings
  • [x] My changes have been formatted and linted
  • [ ] My changes include any required corresponding changes to the documentation
  • [x] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • [x] My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

liadmord avatar Jan 15 '22 14:01 liadmord