git-rebase-shortcuts
v1.0.2
Published
Use keyboard shortcuts to edit an interactive git rebase
Downloads
2
Readme
Git Rebase (Visual Studio Code Extension)
Use keyboard shortcuts to quickly edit the actions of an interactive Git rebase.
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.