zoukankan      html  css  js  c++  java
  • 发布项目到github上web服务器来运行

    $ git add dist
    
    Administrator@LuoTong-10035 MINGW32 /D/react_workspace (master)
    $ git commit -m "git add dist"
    On branch master
    Your branch is up to date with 'origin/master'.
    
    nothing to commit, working tree clean
    
    Administrator@LuoTong-10035 MINGW32 /D/react_workspace (master)
    $ git subtree push --prefix=dist origin gh-pages
    git push using:  origin gh-pages
    Username for 'https://github.com': mrluotong
    Counting objects: 58, done.
    Delta compression using up to 4 threads.
    Compressing objects: 100% (58/58), done.
    Writing objects: 100% (58/58), 1.51 MiB | 88.00 KiB/s, done.
    Total 58 (delta 19), reused 0 (delta 0)
    remote: Resolving deltas: 100% (19/19), done.
    remote: This repository moved. Please use the new location:
    remote:   https://github.com/mrluotong/gallery-by-react.git
    remote:
    remote: Create a pull request for 'gh-pages' on GitHub by visiting:
    remote:      https://github.com/mrluotong/gallery-by-react/pull/new/gh-pages
    remote:
    To https://github.com/mrluotong/react_workspace.git
     * [new branch]      abde1574a217fa823f72cb49544ebb1138cbb011 -> gh-pages
  • 相关阅读:
    毛皮立方体
    APPLE buSinEss
    #4613. problem C
    #4614. problem B
    idiots
    熊猫(i)
    圆盘自动机 cell
    小L的占卜
    有趣的数(number)
    「JOISC 2015 Day 1」卡片占卜
  • 原文地址:https://www.cnblogs.com/mrluotong/p/10192580.html
Copyright © 2011-2022 走看看