2015-03-25 16:09:49 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex reinit - initialize repository, reusing old UUID
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex reinit `uuid|description`
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
Normally, initializing a repository generates a new, unique identifier
|
|
|
|
(UUID) for that repository. Occasionally it may be useful to reuse a
|
|
|
|
UUID -- for example, if a repository got deleted, and you're
|
|
|
|
setting it back up.
|
|
|
|
|
|
|
|
Use this with caution; it can be confusing to have two existing
|
|
|
|
repositories with the same UUID. Also, you will probably want to run
|
|
|
|
a fsck.
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2015-05-29 16:12:55 +00:00
|
|
|
[[git-annex-init]](1)
|
|
|
|
|
2015-03-25 16:09:49 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|