mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Document czs
References: https://github.com/tpope/vim-fugitive/issues/1941
This commit is contained in:
@@ -510,9 +510,11 @@ Stash maps ~
|
|||||||
czz Push stash. Pass a [count] of 1 to add
|
czz Push stash. Pass a [count] of 1 to add
|
||||||
`--include-untracked` or 2 to add `--all`.
|
`--include-untracked` or 2 to add `--all`.
|
||||||
|
|
||||||
czw Push stash of worktree. Like `czz` with
|
czw Push stash of the work-tree. Like `czz` with
|
||||||
`--keep-index`.
|
`--keep-index`.
|
||||||
|
|
||||||
|
czs Push stash of the stage. Does not accept a count.
|
||||||
|
|
||||||
czA Apply topmost stash, or stash@{count}.
|
czA Apply topmost stash, or stash@{count}.
|
||||||
|
|
||||||
cza Apply topmost stash, or stash@{count}, preserving the
|
cza Apply topmost stash, or stash@{count}, preserving the
|
||||||
|
|||||||
Reference in New Issue
Block a user