From 8e16dc0bca8934ac1747ad2c2b23bc1ecadf66c0 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmRFsVANDSwNHzCWk-iP2_nXnfYKPJWziE" Date: Sat, 27 Jul 2013 07:26:12 +0000 Subject: [PATCH] --- doc/forum/Undo_Git_Annex_Changes_To_Linked_Files.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Undo_Git_Annex_Changes_To_Linked_Files.mdwn diff --git a/doc/forum/Undo_Git_Annex_Changes_To_Linked_Files.mdwn b/doc/forum/Undo_Git_Annex_Changes_To_Linked_Files.mdwn new file mode 100644 index 0000000000..c299041f02 --- /dev/null +++ b/doc/forum/Undo_Git_Annex_Changes_To_Linked_Files.mdwn @@ -0,0 +1,7 @@ +Hello, + +I was recently evaluating git-annex as a file sync tool, but I've got my files in a state where they are a mess. The short version is that I have a local repo, and then an Encrypted S3 remote. Once I encrypted the files, they got renamed and so forth and the files are now just symbolic links to files within the .git directory somewhere. This has made some of them unusable for me and I need to revert the files back to not being symlinks any longer. How would I go about doing that? + +Thanks, + +Brandon