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.
今朝、ブランチからブランチへとすばやく移動しながら、変更を保存する必要がありました。急いで、私は
git stash clear
-- スタッシュ リストがかなり長かったためです。クリアしたスタッシュのリストには、回復する必要のある作業がいくつかありました。それを回復する方法はありますか?問題の隠し場所は、次を使用して保存されました。
git stash save "my notes here"
それが本当に役立つかどうかはわかりません。希望はありますか?
すべてのスタッシュはコミットに似ていますが、処理が異なるため、reflog で見つけることができます。git reflog最近作成されたすべてのコミット オブジェクトのリストを取得する経由で reflog にアクセスできます。
git reflog