Undoing git reset?

Posted by drozzy on Stack Overflow See other posts from Stack Overflow or by drozzy
Published on 2010-03-24T18:08:29Z Indexed on 2010/03/24 18:13 UTC
Read the original article Hit count: 468

Filed under:

What's the simplest way to undo the

git reset HEAD~

command? Currently, the only way I can think of is doing a "git clone http://..." from a remote repo.

© Stack Overflow or respective owner

Related posts about git