zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    python
    爬虫
    python 自动登录
    day22 cookie session 中间件 Form
    day10进程、异步IO、
    python第五课
    day21
    day20 Django
    day 19
    day18
  • 原文地址:https://www.cnblogs.com/zhen622/p/9969847.html
Copyright © 2011-2022 走看看