summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/Git_annex_and_Calibre.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tips/Git_annex_and_Calibre.mdwn b/doc/tips/Git_annex_and_Calibre.mdwn
index 70663dce9..71f955656 100644
--- a/doc/tips/Git_annex_and_Calibre.mdwn
+++ b/doc/tips/Git_annex_and_Calibre.mdwn
@@ -111,8 +111,10 @@ Another solution
===================
You could also use direct mode in place of the auto unlock feature
- git annex indirect
+ git annex direct
The remove the `post-commit` git hook (or do not add it). Its a
simpler solution, but remember that interaction between git annex direct
-repositories and plain git are complex
+repositories and plain git are complex and sometimes downright dangerous. See [[direct mode]] for details.
+
+In particular, do *not* called `git add *` in the above steps, as that will commit all books into git.