This commit is contained in:
http://peter-simons.myopenid.com/ 2011-07-13 10:35:18 +00:00 committed by admin
parent c38dd9adc8
commit 0fee31a164

View file

@ -0,0 +1,6 @@
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?