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.
を実行することstashで、変更のパッチを適用できます。git stash save --patch name これは、実行すると一覧表示されますgit stash list。
stash
git stash save --patch name
git stash list
名前を使用してこの隠し場所を参照するにはどうすればよいですか?
stash は通常の reflog 構文を使用して名前が付けられstash@{0}ますgit stash list。スタッシュに名前を渡すという概念はありません。あなたはおそらくstashメッセージについて話しているでしょう(これは にも見られますgit stash list)そして、そのメッセージを使用してstashを参照することはできません(もちろん)
stash@{0}