赞
踩
git pull
git add .
git reset . // . 代表全部撤回,也可以撤回某个类
git commit -m "提交代码"
git push
git stash save 1
git stash pop 0
.