From cf5868d85b20f8b709dab4d0b292a499ed9ab9e3 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Sun, 9 Apr 2023 09:21:37 +0100 Subject: [PATCH] docs: add description for available git branch actions (#2436) (cherry picked from commit 2ea61f1952f0ad10e4fcc282468a06d3e69674c2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f556169..c1b53e1 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Built-in functions. Ready to be bound to any key you like. |-------------------------------------|------------------------------------------------------------------------------------------------------------| | `builtin.git_commits` | Lists git commits with diff preview, checkout action ``, reset mixed `m`, reset soft `s` and reset hard `h` | | `builtin.git_bcommits` | Lists buffer's git commits with diff preview and checks them out on `` | -| `builtin.git_branches` | Lists all branches with log preview, checkout action ``, track action `` and rebase action`` | +| `builtin.git_branches` | Lists all branches with log preview, checkout action ``, track action ``, rebase action``, create action ``, switch action ``, delete action `` and merge action `` | | `builtin.git_status` | Lists current changes per file with diff preview and add action. (Multi-selection still WIP) | | `builtin.git_stash` | Lists stash items in current repository with ability to apply them on `` |