浙江省高等学校教师教育理论培训

微信搜索“教师资格证岗前培训”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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>



posted on 2011-05-28 12:15  lexus  阅读(294)  评论(0编辑  收藏  举报