summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://peter-simons.myopenid.com/ <http://peter-simons.myopenid.com/@web>2011-07-13 10:35:47 +0000
committerGravatar admin <admin@branchable.com>2011-07-13 10:35:47 +0000
commit709f75f1878961d70e913a0f1020a134a7e16bc2 (patch)
treeb21d82fcddca20075bb032d1763922ac362ff240
parent0fee31a164aaaa951a8b8bd66acce65b1e94ca43 (diff)
-rw-r--r--doc/forum/Can_I_store_normal_files_in_the_git-annex_git_repository__63__.mdwn4
1 files changed, 2 insertions, 2 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
index 1105cd027..6d1083dd5 100644
--- 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
@@ -1,6 +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
+ git add .gitattributes
+ git commit -m 'remember attributes' .gitattributes
..., or do I have to use `git-annex add` all time?