blob: 45bbb9b7fb1217838a32756e4594aab1c263b826 (
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
|
# NAME
git-annex vicfg - edit configuration in git-annex branch
# SYNOPSIS
git annex vicfg
# DESCRIPTION
Opens EDITOR on a temp file containing all of git-annex's
configuration settings that are stored in the git-annex branch,
and when it exits, stores any changes made back to the git-annex branch.
Unlike git config settings, these configuration settings can be seen
by all clones of the repository.
# SEE ALSO
[[git-annex]](1)
git-config(1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|