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.
次のシナリオを想定します。
ファイルaとb両方が変更aされ、インデックスにステージングされます。を実行してから を実行するgit stashとgit stash pop、ファイルaはステージングされなくなります。
a
b
git stash
git stash pop
git stashインデックスを以前の状態に戻すにはどうすればよいですか?
私が正しく理解していれば、次のものが必要だと思います:
git stash pop --index