feat: add git reset action for git commits picker (#999)

This commit is contained in:
Joel Palmer
2021-07-29 16:16:45 -05:00
committed by GitHub
parent 82f4d3028b
commit b742c50bf1
4 changed files with 47 additions and 2 deletions

View File

@@ -468,7 +468,7 @@ document symbols not recognized as methods by treesitter.
| Functions | Description |
|-------------------------------------|------------------------------------------------------------------------------------------------------------|
| `builtin.git_commits` | Lists git commits with diff preview and checks them out on `<cr>` |
| `builtin.git_commits` | Lists git commits with diff preview, checkout action `<cr>`, reset mixed `<C-r>m`, reset soft `<C-r>s` and reset hard `<C-r>h` |
| `builtin.git_bcommits` | Lists buffer's git commits with diff preview and checks them out on `<cr>` |
| `builtin.git_branches` | Lists all branches with log preview, checkout action `<cr>`, track action `<C-t>` and rebase action`<C-r>` |
| `builtin.git_status` | Lists current changes per file with diff preview and add action. (Multi-selection still WIP) |