Is it possible to story ordinary files in the git repository, or is this going to confuse git-annex? In other words, can I safely run

git add .gitattributes
git commit -m 'remember attributes' .gitattributes

..., or do I have to use git-annex add all time?

I got my answer on #vcs-home: Yes, git-annex and git get along fine.
Comment by http://peter-simons.myopenid.com/ Wed Jul 13 16:21:25 2011
Comments on this page are closed.