Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
egit git eclipse プラグインでは、単一のファイルを右クリックして [Replace With] > [HEAD Revision] を選択することで、単一のファイルを「リセット」できることを知っています。git indexのHEADリビジョンとファイルでの置換の違いは何ですか?
HEADすでにコミットされているファイルのバージョンです。
HEAD
インデックスは、コミットの準備としてステージング (追加) されたが、まだコミットされていないファイルのバージョンです。