git clone http://****.git -b 分支名称
git status
cd 工程目录下
git add .
git commit -m ‘提交信息‘
git使用
原文:https://www.cnblogs.com/guoyu1/p/14645322.html