git reset HEAD filename :回退文件,将文件从暂存区回退到工作区 //也可以使用 git reset filename
#2 git 设置 branch
git branch --set-upstream-to=origin/master master