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?
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?
From the man page:
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.