Skip to content

Commit

Permalink
Document czs
Browse files Browse the repository at this point in the history
References: #1941
  • Loading branch information
tpope committed Mar 22, 2023
1 parent 8ad2b96 commit 66e8d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/fugitive.txt
Expand Up @@ -510,9 +510,11 @@ Stash maps ~
czz Push stash. Pass a [count] of 1 to add
`--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`.

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}, preserving the
Expand Down

0 comments on commit 66e8d19

Please sign in to comment.