diff --git a/doc/forum/git_annex_get_creates_a_new_uuid.mdwn b/doc/forum/git_annex_get_creates_a_new_uuid.mdwn new file mode 100644 index 0000000000..72dcd97373 --- /dev/null +++ b/doc/forum/git_annex_get_creates_a_new_uuid.mdwn @@ -0,0 +1,6 @@ +From git-annex(1), init should precede any operation of git-annex as a safety feature. + +However git cloning a repo and running `git annex get` created a new uuid for that repo, which got +propagated via sync. + +Is this intended behaviour?