Re: [git-users] Re: git erase everything

2012-07-06 Thread Konstantin Khomoutov
On Fri, 6 Jul 2012 05:07:16 -0700 (PDT)
lem torov  wrote:

> As do understand git copies all files into .git/objects folder and
> all this files compressed so i cant use grep to find files which i
> need. if there tools to view tree of commits and files include losted
> commits so i can recover everything manually. i need at list to find
> one latest build jar file so i can diassembly it and recover my work.
I recommend you to calm down and get hold onto that reflog concept.
You did not lost your work if you did commit it.  You just need to
deduce the correct ex-HEAD commit from the `git reflog` output of your
repo.

By the way, if you need a quick assistance consider joining the Git's
IRC channel--chances are good there will be someone to help you
through the recovery process.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: git erase everything

2012-07-06 Thread lem torov
As do understand git copies all files into .git/objects folder and all this 
files compressed so i cant use grep to find files which i need.
if there tools to view tree of commits and files include losted commits so 
i can recover everything manually. i need at list to find one latest build 
jar file so i can diassembly it and recover my work.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/1gp2_aF10H8J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.