Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用sbt new时,我可以基于包含giter8模板的 github 项目的默认分支来初始化一个新项目。
是否也可以使用来自默认分支以外的分支的模板?
工作解决方案如下:
sbt new foo/foo.g8 --branch bar-branch