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.
マージの競合を解決するためにマージされていないファイルを編集している最中に、1つのファイルを最初から作成することにしました。標準のマーカーを使用して、元の未解決のファイルを再生成するにはどうすればよいですか。すでに修正およびステージングされている他のファイルが存在する可能性がありますが、他のファイルは修正されるのを待っています。
git checkout -m <file-name>