欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GitHub
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→配置) |
||
第2行: | 第2行: | ||
GitHub: Secure [[Git]] hosting and collaborative development. GitHub采用[[Rails]]实现。 | GitHub: Secure [[Git]] hosting and collaborative development. GitHub采用[[Rails]]实现。 | ||
+ | |||
+ | ==创建== | ||
+ | 首先在github创建代码库,如:https://github.com/huihoo/rails32 | ||
+ | code download:http://download.huihoo.com/rails/agile-web-development-with-rails/ | ||
+ | 初始化 rails32 的代码到 https://github.com/huihoo/rails32 | ||
+ | cd d:\ruby\rails4\rails32 | ||
+ | git init | ||
+ | git add -A | ||
+ | git commit -m "rails32 code initialized" | ||
+ | git pull https://github.com/huihoo/rails32 | ||
+ | git push https://github.com/huihoo/rails32 | ||
==配置== | ==配置== |
2013年5月21日 (二) 02:20的版本
您可以在Wikipedia上了解到此条目的英文信息 GitHub Thanks, Wikipedia. |
GitHub: Secure Git hosting and collaborative development. GitHub采用Rails实现。
创建
首先在github创建代码库,如:https://github.com/huihoo/rails32
code download:http://download.huihoo.com/rails/agile-web-development-with-rails/ 初始化 rails32 的代码到 https://github.com/huihoo/rails32 cd d:\ruby\rails4\rails32 git init git add -A git commit -m "rails32 code initialized" git pull https://github.com/huihoo/rails32 git push https://github.com/huihoo/rails32
配置
链接
分享您的观点