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
|
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||
| http.go | ||
| http_test.go | ||