This commit is contained in:
parent
2ca412754a
commit
5089f0497f
1 changed files with 27 additions and 0 deletions
27
doc/forum/Combine_tags_in_view_branches.mdwn
Normal file
27
doc/forum/Combine_tags_in_view_branches.mdwn
Normal file
|
@ -0,0 +1,27 @@
|
|||
Is there a way to 'combine' tags in view branches? For example:
|
||||
|
||||
```
|
||||
git annex view photos videos
|
||||
```
|
||||
|
||||
produces a directory tree like so:
|
||||
|
||||
```
|
||||
+ photos
|
||||
- a.jpg
|
||||
- b.jpg
|
||||
- ...
|
||||
+ videos
|
||||
- a.mp4
|
||||
- b.mp4
|
||||
- ...
|
||||
```
|
||||
|
||||
Is there a way to achieve the following output?:
|
||||
|
||||
```
|
||||
- a.jpg
|
||||
- b.jpg
|
||||
- a.mp4
|
||||
- b.mp4
|
||||
- ...
|
Loading…
Add table
Add a link
Reference in a new issue