cmc*_*nty 4 git git-stash
假设以下场景:
文件a和b都被修改,并a在索引中暂存.如果你运行git stash然后git stash pop,文件a不再上演.
a
b
git stash
git stash pop
如何使git stash索引返回到先前的状态?
CB *_*ley 6
如果我理解正确,我认为你只需要:
git stash pop --index
归档时间:
14 年,10 月 前
查看次数:
438 次
最近记录: