git branch -f branch_name commit_id

http://sinsoku.hatenablog.com/entry/2017/12/20/025335
`git reset --hard commit_id`……を、そのブランチをチェックアウトせずに行える書き方。
要するにブランチの指すコミットIDを変更するだけの操作が出来る。
例えば、fixedの変更を無かったことにしたい

git branch -f fixed master