如何仅为项目中的特定文件弹出git存储区?

问题描述

如何仅为项目中的特定文件弹出git存储区?

解决方法

使用restore命令 git restore -s stash@{0} -- <filename>