summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-26 11:47:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-26 11:47:25 -0400
commit48c6383376f56c9f0d616a5ef6973d62ecd27530 (patch)
treefbea7943bb01d97752ac4acfca4e446f72297d74
parent4267f36f058eb88b3d18613acee34d8eb4bb4e4f (diff)
another question that almost answeres itself
-rw-r--r--doc/forum/How_to_delete_a_file_in_direct_mode__63__/comment_1_995f3b8cf511921719774f8911e24907._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/How_to_delete_a_file_in_direct_mode__63__/comment_1_995f3b8cf511921719774f8911e24907._comment b/doc/forum/How_to_delete_a_file_in_direct_mode__63__/comment_1_995f3b8cf511921719774f8911e24907._comment
new file mode 100644
index 000000000..f04d38bc1
--- /dev/null
+++ b/doc/forum/How_to_delete_a_file_in_direct_mode__63__/comment_1_995f3b8cf511921719774f8911e24907._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-03-26T15:45:22Z"
+ content="""
+**direct** mode gets its name, because you can **direct**ly operate on files
+with commands like "rm" or "mv /tmp".
+
+So, to delete a file, you use such a command as you normally would.
+
+`git annex status` can be used in direct mode since `git status` does not
+work.
+
+Perhaps you should read the documentation: [[/direct_mode]]
+"""]]