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?
3 Replies
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 commitAh i see I've never seen this before -- a local git repo created that's not automatically linked to a remote repo.
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