ステージング(add)の取り消し

  vi test.txt                         # (1) test.txtを修正する。 
  git add test.txt                # (2) test.txtをステージングする。 
  git reset HEAD test.txt   # (3) 上のステージングを取り消す。
                                           #       test.txtは修正されたまま。

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS