git的使用
Posted zhen622
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于git的使用的主要内容,如果未能解决你的问题,请参考以下文章