restore
変更を編集できる
$ git restore <option> <file>...
table:option
状態 <option> 動作
_M なし working-directory の変更を破棄
M_ --staged index(stage) ⇒ working-directory に戻す
#Git_command