如何在"sbt new"中指定一个分支?
How to specify a branch in "sbt new"?
使用 sbt new, I can initialize a new project based on the default branch of a github project containing a giter8 模板时。
是否也可以使用来自默认分支以外的分支的模板?
工作方案如下:
sbt new foo/foo.g8 --branch bar-branch
使用 sbt new, I can initialize a new project based on the default branch of a github project containing a giter8 模板时。
是否也可以使用来自默认分支以外的分支的模板?
工作方案如下:
sbt new foo/foo.g8 --branch bar-branch