diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-07-30 20:24:06 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-30 20:24:06 +0000 |
commit | 251d926dcee56b7fca8091713ebffe91f90e39ab (patch) | |
tree | acdbb9cd7b7b2e675c89fe1b1b437cd783732449 | |
parent | 11e65f7c952d3725d117c7a1afd340d96e63fc19 (diff) |
Added a comment
-rw-r--r-- | doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment b/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment new file mode 100644 index 000000000..3a07bf0af --- /dev/null +++ b/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.21" + subject="comment 1" + date="2013-07-30T20:24:06Z" + content=""" +From the man page: + +> Until a repository (**or one of its remotes**) has been initialized +> git-annex will refuse to operate on it, to avoid accidentially +> using it in a repository that was not intended tohave an annex. + +So, yes, it assumes that if a repository has a git-annex branch already, git-annex is being used, and no explicit init is necessary. You can still run `git annex init` after the fact if you like. +"""]] |