cli/pkg/cmd/repo/create
Mislav Marohnić e596f8732b Fix creating a repository from template
Fixes a problem where setting up a new local directory for the
repository created from a template would not contain any files:

    gh repo create -p OWNER/some-template my-repo --private --confirm
    ls my-repo
    //=> [empty directory]

Fixes #2290
2021-02-17 20:26:06 +01:00
..
create.go Fix creating a repository from template 2021-02-17 20:26:06 +01:00
create_test.go fix test behavior changes from migration to run.Stub 2021-01-27 18:46:29 -05:00
http.go [Refactor] Add variadic argument to repoCreate to support templates 2020-08-28 15:02:08 -04:00
http_test.go Migrate legacy tests 2021-01-11 21:07:19 -03:00