From c45260f843a6808ec2b85d6df05f41a53cccc763 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Sat, 10 Oct 2020 09:11:21 +0000 Subject: [PATCH] --- doc/forum/Cannot_get_unlocked_file_contents.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Cannot_get_unlocked_file_contents.mdwn diff --git a/doc/forum/Cannot_get_unlocked_file_contents.mdwn b/doc/forum/Cannot_get_unlocked_file_contents.mdwn new file mode 100644 index 0000000000..769c61189b --- /dev/null +++ b/doc/forum/Cannot_get_unlocked_file_contents.mdwn @@ -0,0 +1,8 @@ +So I have an unlocked file which I "--content synced" from my machine 'X03' to my bare-repository remote 'origin'. +I edited the same file on another machine 'X02' before syncing, realised that, hit undo and synced with content. + +Now the file contains only a "hash-link" as if it was an unlocked file which I did not 'get'. +I am afraid that I somehow committed that change, i.e., changing the file content to a single line containing the "hash-link", and deleted the actual file contents. Currently I have no access to 'X03'. + +Is there a way to check out an older version or fix this altogether? +I assume the real file contents should still be in 'origin'?