diff options
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/git_annex_get_creates_a_new_uuid.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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 000000000..72dcd9737 --- /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? |