Slide 49
Slide 49 text
reset --hard
% git reset --hard
1. moves HEAD & the current branch to the specified
2. clean the index, make it look like
3. clean the working copy, make it look like
dangerous if you have uncommitted work, useful for undoing bad commits
49