summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://hendry.iki.fi/ <Kai_Hendry@web>2015-03-26 01:50:44 +0000
committerGravatar admin <admin@branchable.com>2015-03-26 01:50:44 +0000
commit1edd926c168b61a8ba8005961584dda5e21e5ab9 (patch)
tree20ed73a590f791ebd1620137b34570ad6a2cd6b4 /doc
parent678098fed9d40d99ef5ecf6d3670395f9786995b (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn b/doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn
index f30e9b8db..7e95224f9 100644
--- a/doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn
+++ b/doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn
@@ -12,3 +12,20 @@ I expected to maybe type `git status` to see the missing file and later confirm
fatal: This operation must be run in a work tree
What should I be doing?
+
+
+
+My use case is that I'm organising my media in a staging area called **uploadme/**.
+
+At this staging area, I add all the media into git-annex and then I go to work pruning, editing & [adding metadata](https://github.com/muennich/sxiv/blob/master/exec/key-handler#L29).
+
+# Pruning
+
+If I find an image I don't like I move it to `/tmp`.
+
+I expected to maybe type `git status` to see the missing file and later confirm that I don't want it. But when I type `git status` I get:
+
+ X1C3:~/media/uploadme$ git status
+ fatal: This operation must be run in a work tree
+
+What should I be doing?