Can git undo a checkout of unstaged files

Posted by Herr W. on Stack Overflow See other posts from Stack Overflow or by Herr W.
Published on 2010-04-22T08:31:56Z Indexed on 2010/04/22 8:33 UTC
Read the original article Hit count: 201

Filed under:

I accidentially discard my changes on files in my local working tree via git checkout. The files aren't staged at this time. Is it posible to "undo" this checkout?

© Stack Overflow or respective owner

Related posts about git