1.0.2 • Published 5 years ago

git-rebase-shortcuts v1.0.2

Weekly downloads
4
License
-
Repository
github
Last release
5 years ago

Git Rebase (Visual Studio Code Extension)

Use keyboard shortcuts to quickly edit the actions of an interactive Git rebase.

Extension Preview

How to Use

Press the key that correspondence to your desired git rebase action. This command will be applied to all selected lines.

Keyboard shortcuts:

  • p sets command to 'Pick'
  • r sets command to 'Reword'
  • e sets command to 'Edit'
  • s sets command to 'Squash'
  • f sets command to 'Fixup'
  • x sets command to 'Execute'
  • d sets command to 'Drop'

Known Issues

No currently known issues. Please open a ticket on GitHub for any bugs.

Release Notes

Release notes for all versions can be found in the changelog.