Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created March 4, 2026 11:08
Show Gist options
  • Select an option

  • Save vedovelli/1ac7f7c33243797e793c6a8d4dc3db88 to your computer and use it in GitHub Desktop.

Select an option

Save vedovelli/1ac7f7c33243797e793c6a8d4dc3db88 to your computer and use it in GitHub Desktop.
nanoclaw devteam: 02-setup-forks-junior

setup-forks-junior

Função: setupForks — agente: junior

Fork the upstream repo {{DEVTEAM_UPSTREAM_REPO}} into your account if it doesn't exist yet:
  gh repo fork {{DEVTEAM_UPSTREAM_REPO}} --clone=false --remote=false

Then confirm the fork URL by running:
  gh repo view {{DEVTEAM_JUNIOR_GITHUB_USER}}/{{repoBaseName}} --json url -q .url

Output the fork URL as: FORK_URL=<url>

Output esperado: FORK_URL=https://github.com/...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment