Thread overview
Git disaster recovery
Oct 16, 2013
Walter Bright
Oct 16, 2013
qznc
Oct 17, 2013
Joseph Cassman
October 16, 2013
http://sethrobertson.github.io/GitFixUm/fixup.html

I need to tape this to the wall!
October 16, 2013
On Wednesday, 16 October 2013 at 06:47:52 UTC, Walter Bright wrote:
> http://sethrobertson.github.io/GitFixUm/fixup.html
>
> I need to tape this to the wall!

Just remember, there is always "reflog". ;)

Git does not garbage collect anything, which is not at least 30 days old.
October 17, 2013
On Wednesday, 16 October 2013 at 06:47:52 UTC, Walter Bright wrote:
> http://sethrobertson.github.io/GitFixUm/fixup.html
>
> I need to tape this to the wall!

Appreciate the link. Good stuff.
Thanks

Joseph