不久前我在某个地方看到,在3.0.4或3.0.5有能力做这样的事情:
rails new myapp -m https://git@github.com:user/app_template_repo.git
从git存储库中的现有源代码中创建新的应用程序,但是我现在找不到确切的命令。有人能帮忙吗?
git clone https://git@github.com:user/app_template_repo.git