赞
踩
stash 暂存本地代码
git stash save '描述信息'
//这里索引越小代码越新
git stash list
git stash apply //默认合并最新的缓存代码
git stash apply 1 //合并索引为1 的缓存代码
gti stash drop 索引
git stash drop 2 //删除索引为2 的缓存代码
git stash clear
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。