14 Sep
2009
14 Sep
'09
8:04 p.m.
On Mon, 2009-09-14 at 21:53 +0200, Maximilian Albert wrote:
You mean scary commands like
git reset HEAD~n
in order to undo the last n commits? :-P
I looked back in my IRC logs and it wasn't as bad as I remembered, but this is what I was given:
git reset --hard HEAD^
Which I found scary at the time, but doesn't seem as bad now. I thought there was at least one more "--force" in there :)
--Ted