"Oh dear, I messed up that commit. I know it can be undone. I'll google it (again)..."
http://stackoverflow.com/questions/927358/how-to-undo-the-last-commit
As I write, that article has been viewed 2044004 times. About 5 of those were me.
What I was looking for every time is:
git reset --soft HEAD~1
I can't find a list of the most viewed questions, but I bet this one is on it.
http://stackoverflow.com/questions/927358/how-to-undo-the-last-commit
As I write, that article has been viewed 2044004 times. About 5 of those were me.
What I was looking for every time is:
git reset --soft HEAD~1
I can't find a list of the most viewed questions, but I bet this one is on it.