赞
踩
git status
git add 'file1 file2'
git stash -u -k
git commit -m '这里填写提交的备注'
git pull origin 分支名
git push origin 分支名
git stash pop