[git]Powershellでgit stash apply stash@{0}でunknown option: -encodedCommandと言われる

超まとめ

stash@{0}をシングルクオートで囲みましょう。

git stash apply 'stash@{0}'

参考 → stackoverflow

補足

{0}がPowershell側で式として解釈されるのでNGになる模様。

One Reply to “[git]Powershellでgit stash apply stash@{0}でunknown option: -encodedCommandと言われる”

コメントを残す