blob: 89a83e96680883bc168c808eb37423ccbc6f73fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# NAME
git-annex vpop - switch back to previous view
# SYNOPSIS
git annex vpop `[N]`
# DESCRIPTION
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.
# SEE ALSO
[[git-annex]](1)
[[git-annex-metadata]](1)
[[git-annex-view]](1)
[[git-annex-vfilter]](1)
[[git-annex-vadd]](1)
[[git-annex-vcycle]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|