blob: 2eb308e0ebe24a16aca63f8b8f5ec9d791d96444 (
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
|
# NAME
git-annex addunused - add back unused files
# SYNOPSIS
git annex addunused `[number|range ...]`
# DESCRIPTION
Adds back files for the content corresponding to the numbers or ranges,
as listed by the last `git annex unused`.
The files will have names starting with "unused."
# SEE ALSO
[[git-annex]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|