git命令暂存改动(防止拉最新代码与git未提交的改动发生冲突)

git命令:
1、git stash save “任意名” 把暂存区的改动先保存

2、git pull 拉代码

3、git stash apply 取出先前保存的暂存