summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Palmer <joelpalmer@users.noreply.github.com>2021-07-29 16:16:45 -0500
committerGitHub <noreply@github.com>2021-07-30 00:16:45 +0300
commitb742c50bf119d7c442a553cc52e8afde0086ae02 (patch)
tree5d3fa49aa54a157394d2328b3ce8d48754cedb6a /README.md
parent82f4d3028b64ad930123a5c713c538c872185a80 (diff)
feat: add git reset action for git commits picker (#999)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 101ce5d..c1e03c0 100644
--- a/README.md
+++ b/README.md
@@ -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) |