git stash apply hogehogeで名前を指定しても上手くいかない時
↓
$ git stash apply stash@{0}
fatal: ambiguous argument stash@: unknown revision or path not in the working tree.
そんな時は「"」で括るっぽい
$ git stash apply stash@"{0}"
Go to list of users who liked
More than 5 years have passed since last update.
git stash apply hogehogeで名前を指定しても上手くいかない時
↓
$ git stash apply stash@{0}
fatal: ambiguous argument stash@: unknown revision or path not in the working tree.
そんな時は「"」で括るっぽい
$ git stash apply stash@"{0}"
Register as a new user and use Qiita more conveniently
Go to list of users who liked