diff options
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 3b9a227be..a5f73ac8e 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -326,11 +326,13 @@ subdirectories). When multiple field values match, the view branch will have a subdirectory for each value. -* `vpop` +* `vpop [N]` Switches from the currently active view back to the previous view. Or, from the first view back to original branch. + The optional number tells how many views to pop. + * `vadd [field=value ...] [tag ...]` Refines the currently checked out view branch, adding additional fields |