Sharan Basappa <sharan.basa...@gmail.com> writes:
> Is there a way to retrieve the previous version of the file (that is, F.1).

It looks like "git fsck --unreachable" would output the hash of such a
file.  Then you can use "git cat-file" to get the contents of each
object.  You'll have to inspect the contents manually; as far as I know
there's no record kept of where the file contents used to sit in the
directory tree.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to