Possible Duplicate:
Undoing a git reset --hard HEAD~1
I used the command line:
git reset --hard HEAD^
how can i redo it ?
I used the command line: git reset --hard HEAD^ how can i redo it ? | |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
If you want to go back to HEAD ( the previous ) you can do:
Note that working directory changes and staged changes are lost after you do | |||||||
feedback
|