git的使用

1.进入Github首页,点击New repository新建一个项目

2.填写项目信息:

Repository name: 仓库名称

Description(可选): 仓库描述介绍

Public, Private : 仓库权限(公开共享,私有或指定合作者)

Initialize this repository with a README: 添加一个README.md

3.复制链接地址  :https://github.com/wangzhihao622/flask_-.git

4.进入git bash here

执行 git clone https://github.com/wangzhihao622/flask_-.git

复制你需要上传的文件夹

cd   flask_-

5.执行 git add  [文件夹名]flask-one

执行 git  commit -m "提交信息"

执行 git push

posted @ 2018-11-16 16:02  枫叶码甲  阅读(125)  评论(0编辑  收藏  举报