-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure wrangler init works with older versions of git (#1209)
Rather than using the recently added `--initial-branch` option, we now just renamed the initial branch using `git branch -m main`. Fixes #1168
- Loading branch information
1 parent
4e19e9b
commit 2d42882
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
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 https://github.com/cloudflare/wrangler2/issues/1168 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters