diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnw1nskuzEP9crBqxTa6d1R24mnTfA-j1A <Abhishek@web> | 2013-07-30 20:15:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-30 20:15:40 +0000 |
commit | 11e65f7c952d3725d117c7a1afd340d96e63fc19 (patch) | |
tree | 9ff644303c08d815184403f5774ceb0e9eab949d | |
parent | e081f23a0be25624fdd7d608609173b2002062cf (diff) |
-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? |