赞
踩
git init
2. 链接远程仓库
git remote add origin 'https://gitee.com/huangduoju/haoliangxin-lottery-activity.git'
3. 提交本地代码(进行commit提交)
git add .
git commit -m ""
4. 创建分支
git branch 分支名
5. 选择刚刚创建的分支
git checkout 分支名
6. 查看所选中的分支
git branch -a
7. 提交分支代码
git push origin 分支名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。