Hello World Worker flow question

Hi here's the truncated output of creating a hello world worker. I had expected with this flow that I'd have a repository named "worker-demo" be created but there isn't one. git is set up properly in my environment I have dozens of other projects around. What do I need to do to get the git part working?
➜ expts npm create cloudflare
using create-cloudflare version 2.21.1

╭ Create an application with Cloudflare Step 1 of 3
│ dir ./worker-demo
│ type "Hello World" Durable Object
│ yes typescript
├ Copying template files
│ updated `package.json`
│ installed via `npm install`
╰ Application created

╭ Configuring your application for Cloudflare Step 2 of 3

├ Installing @cloudflare/workers-types
│ installed via npm

├ Adding latest types to `tsconfig.json`
│ added @cloudflare/workers-types/2023-07-01

├ Retrieving current workerd compatibility date
│ compatibility date 2024-05-02

├ Do you want to use git for version control?
│ yes git

├ Initializing git repo
│ initialized git

├ Committing new files
│ git commit

╰ Application configured

╭ Deploy with Cloudflare Step 3 of 3

├ Do you want to deploy your application?
│ yes deploy via `npm run deploy`

├ Logging into Cloudflare checking authentication status
│ logged in

├ Selecting Cloudflare account retrieving accounts
│ account Julian.harris@gmail.com's Account

├ Deploying your application
│ deployed via `npm run deploy`

├ SUCCESS View your deployed application at https://worker-demo.julian-harris.workers.dev

│ Navigate to the new directory cd worker-demo
│ Run the development server npm run start
│ Deploy your application npm run deploy
│ Read the documentation https://developers.cloudflare.com/workers
│ Stuck? Join us at https://discord.cloudflare.com

└ Waiting for DNS to propagate (192s) .
^C
➜ expts cd worker-demo
➜ worker-demo git:(main) git status
On branch main
nothing to commit, working tree clean
➜ expts npm create cloudflare
using create-cloudflare version 2.21.1

╭ Create an application with Cloudflare Step 1 of 3
│ dir ./worker-demo
│ type "Hello World" Durable Object
│ yes typescript
├ Copying template files
│ updated `package.json`
│ installed via `npm install`
╰ Application created

╭ Configuring your application for Cloudflare Step 2 of 3

├ Installing @cloudflare/workers-types
│ installed via npm

├ Adding latest types to `tsconfig.json`
│ added @cloudflare/workers-types/2023-07-01

├ Retrieving current workerd compatibility date
│ compatibility date 2024-05-02

├ Do you want to use git for version control?
│ yes git

├ Initializing git repo
│ initialized git

├ Committing new files
│ git commit

╰ Application configured

╭ Deploy with Cloudflare Step 3 of 3

├ Do you want to deploy your application?
│ yes deploy via `npm run deploy`

├ Logging into Cloudflare checking authentication status
│ logged in

├ Selecting Cloudflare account retrieving accounts
│ account Julian.harris@gmail.com's Account

├ Deploying your application
│ deployed via `npm run deploy`

├ SUCCESS View your deployed application at https://worker-demo.julian-harris.workers.dev

│ Navigate to the new directory cd worker-demo
│ Run the development server npm run start
│ Deploy your application npm run deploy
│ Read the documentation https://developers.cloudflare.com/workers
│ Stuck? Join us at https://discord.cloudflare.com

└ Waiting for DNS to propagate (192s) .
^C
➜ expts cd worker-demo
➜ worker-demo git:(main) git status
On branch main
nothing to commit, working tree clean
3 Replies
Hello, I’m Allie!
It created the repo and made a commit, so you should be able to just add a remote and push Try git log to see if there is a commit
julian
julian5mo ago
Ah i see I've never seen this before -- a local git repo created that's not automatically linked to a remote repo.
Hello, I’m Allie!
I would be at least a little skeptical of a tool that automatically creates/pushes repos to a remote. How would it know which remote to push to? Does it have permission to do so? If it does, what prevents it from making changes to other repos? But that is just me
Want results from more Discord servers?
Add your server