blob: d8adbba0b0a5b24af3cd80a630bcc99b887a9e5d (
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
|
# NAME
git-annex trust - trust a repository
# SYNOPSIS
git annex trust `[repository ...]`
# DESCRIPTION
Records that a repository is trusted to not unexpectedly lose
content. Use with care.
Repositories can be specified using their remote name, their
description, or their UUID. To trust the current repository, use "here".
# SEE ALSO
[[git-annex]](1)
[[git-annex-semitrust]](1)
[[git-annex-untrust]](1)
[[git-annex-dead]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|