Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure wrangler init works with older versions of git #1209

Merged
merged 1 commit into from
Jun 9, 2022

Commits on Jun 9, 2022

  1. fix: ensure wrangler init works with older versions of git

    Rather than using the recently added `--initial-branch` option, we now just renamed the initial branch using `git branch -m main`.
    
    Fixes cloudflare#1168
    petebacondarwin committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    818c493 View commit details
    Browse the repository at this point in the history