Git 码云 上传 本地项目 步骤/创建分支

NO.1 Open this website https://gitee.com( Git 码云)look this page:

Git 码云 上传 本地项目 步骤/创建分支

NO.2  look the Reponsitories  and click its icon   +   go in this pages nextly:

 

Git 码云 上传 本地项目 步骤/创建分支

 No.3 according to this tips,click the new and select create or exsit git repository.

Git 码云 上传 本地项目 步骤/创建分支

NO.4 ok! now ,i need a new branch ,so,create it.

Git 码云 上传 本地项目 步骤/创建分支

Git 码云 上传 本地项目 步骤/创建分支

NO.5 CTR+R cmd  open your project ->git pull ->git checkout index-swiper

Git 码云 上传 本地项目 步骤/创建分支

when yuo finish your project ,you need 

git add .->git commit -m 'change' ->git push->git checkout master -> git merge origin/index-swiper

->git push

Git 码云 上传 本地项目 步骤/创建分支