如何使用未跟踪的文件进行Git存储,将其推送到补丁并在另一台计算机中恢复.
git stash save -u feature git stash show -p > patch git apply patch
但路径没有未跟踪文件
git
git ×1