diff options
author | http://peter-simons.myopenid.com/ <http://peter-simons.myopenid.com/@web> | 2011-07-13 10:35:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-13 10:35:18 +0000 |
commit | 0fee31a164aaaa951a8b8bd66acce65b1e94ca43 (patch) | |
tree | 1322c055467aa877cf0548e513ef43c01ec6b5ae /doc | |
parent | c38dd9adc844688fb7ebdc8f41db16cf52de0939 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn b/doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn new file mode 100644 index 000000000..1105cd027 --- /dev/null +++ b/doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn @@ -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? |