From 062e4467915d4c0ec4009fcf2b893cce9f432d29 Mon Sep 17 00:00:00 2001 From: Tafnzart Date: Wed, 9 Aug 2017 13:21:02 +0000 Subject: [PATCH] --- ...o_I_revert_back_to_specific_commit_with_git_annex.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex.mdwn diff --git a/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex.mdwn b/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex.mdwn new file mode 100644 index 0000000000..90856383a8 --- /dev/null +++ b/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex.mdwn @@ -0,0 +1,8 @@ +I want to go back to a specific commit in git annex as I lost most recent copies of a file and want to revert back to a previous revision, few months old. All remotes are dead but after reading few article, there might be a way to get the file back from the objects directory: + +git annex whereis image +whereis image (0 copies) failed +git-annex: whereis: 1 failed + +Thanks, +