git使用
git操作git命令速查:[https://www.runoob.com/git/git-basic-operations.html]git命令速查:https://www.runoob.com/git/git-basic-operations.html上传代码:git stash save “*******” //先保存到暂存区,使工作区干净git pull origin 远程分支:本地分支 //更新远程分支的最新代码,也可git pull --rebase git stash





