From 7b9e1fbc9c64bc8678055481aba301a737bace30 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Feb 2014 11:59:23 -0400 Subject: [PATCH] tweak wording --- doc/walkthrough/adding_files.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/walkthrough/adding_files.mdwn b/doc/walkthrough/adding_files.mdwn index d1b5a04f77..b014c3ee70 100644 --- a/doc/walkthrough/adding_files.mdwn +++ b/doc/walkthrough/adding_files.mdwn @@ -7,5 +7,6 @@ # git commit -a -m added When you add a file to the annex and commit it, only a symlink to -the annexed content is committed. The content itself is stored in -git-annex's backend. +the content is committed to git. The content itself is stored in +git-annex's backend, `.git/annex/` (or in [[direct_mode]] the file +is left as-is).