Added a comment

This commit is contained in:
http://joeyh.name/ 2013-07-30 20:24:06 +00:00 committed by admin
parent a72eff29d2
commit 1787d1c883

View file

@ -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.
"""]]