diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index b96cedbfe..3b9a227be 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -326,14 +326,21 @@ subdirectories). When multiple field values match, the view branch will have a subdirectory for each value. +* `vpop` + + Switches from the currently active view back to the previous view. + Or, from the first view back to original branch. + * `vadd [field=value ...] [tag ...]` Refines the currently checked out view branch, adding additional fields or tags. -* `vpop` +* `vcycle` - Switches from the currently active view back to the previous view. + When a view involves nested subdirectories, this cycles the order. + For example, when the view has date/author/tag, vcycle will switch + it to author/tag/date. # REPOSITORY SETUP COMMANDS |