diff options
| author | Amirreza Askarpour <raskarpour@gmail.com> | 2021-05-11 12:50:57 +0430 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 10:20:57 +0200 |
| commit | 9fd242db260a63d8b788d1edbabd2d76a55a2d61 (patch) | |
| tree | 82a47db9b567a0be1acfb3ccee129b1ff53e0e6a /doc | |
| parent | c061c216bfe082384d542a487ce02e9aed6177df (diff) | |
feat: add git_stash picker (#800)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 4ad4d42..e82bfb4 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -236,6 +236,14 @@ actions.git_create_branch({prompt_bufnr}) *actions.git_create_branch()* {prompt_bufnr} (number) The prompt bufnr +actions.git_apply_stash({prompt_bufnr}) *actions.git_apply_stash()* + Applies an existing git stash + + + Parameters: ~ + {prompt_bufnr} (number) The prompt bufnr + + actions.git_checkout({prompt_bufnr}) *actions.git_checkout()* Checkout an existing git branch |
