Recent comments posted to this site:
The steps to activate git-annex integration have changed/simplified for v3.
1) during install, be sure to use the 'git-annex' branch, rather than master[fn:1].
2) to enable git-annex-shell, open ~/.gitolite.rc and insert 'git-annex-shell' => 'ua' into the hash list in the COMMANDS array.[fn:2]
'git-annex-shell' => 'ua',
[fn:1] We'd like to have this feature-branch merged to master, so please send Sitaram feedback, positive and negative, based on your experiences. [fn:2] There is no GL_ADC_PATH and no "ua" subdirectory here, and nothing to "install"; the command now comes with gitolite.
http://user:pass@site.com/rss.xml
but it didn't work.
Would it be safe to add largefiles to gitignore in direct mode?
Can git-annex still track large files ignored by git?
Thanks. :-)
The contents of large files are not stored in git, only the names of the files and some other metadata remain there.
Would this read better to the newbie as:
The contents of 'annexed' files are not stored in git, only the names of the files and some other metadata remain there.
First time for me, the note about large files made me think that maybe annex operated on files above a certain size.