aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn
blob: 6d1083dd578768db42631dc7230648fa163aa8d7 (plain)
1
2
3
4
5
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?