标签: git ruby-on-rails-3 github
我不久前在某个地方看到,在3.0.4或3.0.5中有能力做这样的事情:
rails new myapp -m https://git@github.com:user/app_template_repo.git
从git存储库中的现有源创建新应用程序,但我现在找不到确切的命令。有人可以帮忙吗?
答案 0 :(得分:2)
git clone https://git@github.com:user/app_template_repo.git