• gitee 如何创建仓库 及发布


    gitee 如何创建仓库 及发布

    http://pengchenggang.gitee.io/layuisyshelp

    -----------

    在本地项目文件中使用bash

    $ git config --global user.name "你的名字"

    $ git config --global user.email "你的邮箱"

    1. 初始化  

    $ git init

    $ git remote add origin https://gitee.com/xxx/xxx.git (你的远程项目地址)

    2.克隆一下

    $ git clone https://****.git (你的远程项目地址)

    3. 提交

    $ git pull origin master

    $ git add .

    $ git commit -m "你的第一次提交"

    $ git push origin master
    ---------------------

    gitee 里面要发布一个pages的服务,然后就能访问了

  • 相关阅读:
    线段树
    坐标离散化
    超大背包问题
    折半枚举 双向搜索
    弹性碰撞
    反转 开关问题
    尺取法
    二分法
    最小生成树
    区间素数筛法
  • 原文地址:https://www.cnblogs.com/pengchenggang/p/10251413.html
Copyright © 2020-2023  润新知