diff options
| author | Joel Palmer <joelpalmer@users.noreply.github.com> | 2021-07-29 16:16:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-30 00:16:45 +0300 |
| commit | b742c50bf119d7c442a553cc52e8afde0086ae02 (patch) | |
| tree | 5d3fa49aa54a157394d2328b3ce8d48754cedb6a /README.md | |
| parent | 82f4d3028b64ad930123a5c713c538c872185a80 (diff) | |
feat: add git reset action for git commits picker (#999)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |
