aboutsummaryrefslogtreecommitdiff
path: root/doc/direct_mode.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-18 14:12:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-18 14:12:34 -0400
commitd3012ca604d631122f3e304adbb5e60d5d706f82 (patch)
tree3f3966b846ca2beaac950ad7725ee9bb080978c3 /doc/direct_mode.mdwn
parent0a653b847cf792632d9da3d6cb95170d57b503d9 (diff)
parent8e628903b3d81b14c952d12c0e5453e68a8a497e (diff)
Merge branch 'master' into database
Diffstat (limited to 'doc/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index d22c2ba5e..17f47011b 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -106,11 +106,14 @@ with appropriate handling of the direct mode files.
## undoing changes in direct mode
-There is also the `undo` command to do the equivalent of the above revert in a simpler way. Say you made a change in direct mode, the assistant dutifully committed it and you realise your mistake, you can try:
+There is also the `undo` command to do the equivalent of the above revert
+in a simpler way. Say you made a change in direct mode, the assistant
+dutifully committed it and you realise your mistake, you can try:
git annex undo file
-to revert the last change to `file`. Note that you can use the `--depth` flag to revert earlier versions of the file.
+to revert the last change to `file`. Note that you can use the `--depth`
+flag to revert earlier versions of the file.
## forcing git to use the work tree in direct mode