zoukankan      html  css  js  c++  java
  • github 添加geilibuy仓库,给力百货开放源代码

    Global setup:

     Download and install <a target="_blank" href="http://git-scm.com/download">Git</a>
      git config --global user.name "frederick.mao()"
      git config --global user.email frederick.mao@gmail.com
            

    Next steps:

      mkdir geilibuy<br />  cd geilibuy<br />  git init<br />  touch README<br />  git add README<br />  git commit -m 'first commit'<br />  git remote add origin git@github.com:mlzboy/geilibuy.git<br />  git push -u origin master<br />      

    Existing Git Repo?

      cd existing_git_repo<br />  git remote add origin git@github.com:mlzboy/geilibuy.git<br />  git push -u origin master<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />==================================<br />  git remote add origin git@github.com:mlzboy/geilibuy.git<br />git status<br />git push github master<br /><br />      

    Importing a Subversion Repo?

      <a href="https://github.com/mlzboy/geilibuy/imports/new">Click here</a><br />      

    When you're done:

      <a href="https://github.com/mlzboy/geilibuy">Continue</a>



  • 相关阅读:
    Know more about RAC statistics and wait event
    再谈指针
    Manageing Undo Data
    SQL基础内容
    JavaScript高级程序设计(3版)笔记分享( ES5特性)
    HTML5布局篇( 总结 )
    温习 SQL 01(Z)
    Makefile
    SQLPLUS工具简介
    链接相关 & 预处理
  • 原文地址:https://www.cnblogs.com/lexus/p/2060621.html
Copyright © 2011-2022 走看看