From 1f3c00dc78390b0caad075e71533825207a3b649 Mon Sep 17 00:00:00 2001 From: "http://hendry.iki.fi/" Date: Thu, 26 Mar 2015 01:49:31 +0000 Subject: [PATCH] Another silly query --- .../How_to_delete_a_file_in_direct_mode__63__.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn 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 new file mode 100644 index 0000000000..f30e9b8db2 --- /dev/null +++ b/doc/forum/How_to_delete_a_file_in_direct_mode__63__.mdwn @@ -0,0 +1,14 @@ +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?