Skip to content

Instantly share code, notes, and snippets.

@kyouheicf
Created November 29, 2022 14:21
Show Gist options
  • Save kyouheicf/ba22d1b077b18d6eabfc39d9c6820626 to your computer and use it in GitHub Desktop.
Save kyouheicf/ba22d1b077b18d6eabfc39d9c6820626 to your computer and use it in GitHub Desktop.
git init && gh repo create --source $(git rev-parse --show-toplevel) --public
git add -A && git commit -m 'initial commit' && git push -u origin main
gh repo edit --add-topic cloudflare,cloudflare-workers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment