diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-10-30 16:35:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-10-30 16:35:53 +0000 |
commit | bdb566bf65cdd2dbd6bf83e443522e4933bf7de0 (patch) | |
tree | c79b4bab9523bf20068076f7b37d6cd3d3da1689 /doc/tips | |
parent | dd5c081962e56e735873ffeb10d2d03dcbdb5962 (diff) |
really specify direct
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/Git_annex_and_Calibre.mdwn | 6 |
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. |