tableflip / how-to

:question: How to TABLEFLIP and other stories
4 stars 0 forks source link

How to rewind that mistaken commit on master #8

Open bmordan opened 9 years ago

bmordan commented 9 years ago
  1. Breath
  2. git reset --soft HEAD~1 (git reset my commit and point your gitty universe at the last successful commit)
  3. Now you can make a new branch and commit to that. :+1: