gitで間違えたブランチをmergeしてしまったので戻す方法を調べました
まずは確認
$ git log –online
3fed172 remove unused library from package.json
edfce2f use browserify-shim and reduce size of bundle.js
0aa83a2 remove debug code
84c808c fix bug. when person is changed, id remains unchageable.
fc7f27a Merge branch 'master' of xxxxx
da285cb update deploy.sh
1bff881 permit order no duplication
a21db23 update looks
fa48617 add 30 minutes selection to parts form
178127d fix deploy to use rsync
84c808c
まで戻したかったら
$ git reset –hard 84c808c
これだけでした、あぶないあぶない