asp婚纱摄影网站公司建立网站青岛电话

1、git add . 暂存区暂存

2、git stash save "message" 保存当前工作目录的临时状态,并将其存储为一个新的stash
3 、git pull 重新拉取

4、**git stash pop**吐出之前暂存的改动,git stash clear 清空所有暂存


1、git add . 暂存区暂存

2、git stash save "message" 保存当前工作目录的临时状态,并将其存储为一个新的stash
3 、git pull 重新拉取

4、**git stash pop**吐出之前暂存的改动,git stash clear 清空所有暂存
