2015-03-23 22:20:42 +00:00
|
|
|
# NAME
|
|
|
|
|
2017-01-30 19:11:26 +00:00
|
|
|
git-annex vicfg - edit configuration in git-annex branch
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex vicfg
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2017-01-30 19:11:26 +00:00
|
|
|
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.
|
2015-03-23 22:20:42 +00:00
|
|
|
|
2021-05-10 19:00:13 +00:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
* The [[git-annex-common-options]](1) can be used.
|
|
|
|
|
2015-03-23 22:20:42 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2017-01-30 19:11:26 +00:00
|
|
|
git-config(1)
|
|
|
|
|
2015-03-23 22:20:42 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|