git clone 克隆地址
git branch -a //展示所有分支
git chekout 分支名称
git add .
git commit -m"备注信息"
git push //上传更新代码