We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d292ca commit a842469Copy full SHA for a842469
scripts/rustup.sh
@@ -43,7 +43,7 @@ case $1 in
43
44
cg_clif=$(pwd)
45
pushd ../rust
46
- git pull origin master
+ git pull origin main
47
branch=sync_cg_clif-$(date +%Y-%m-%d)
48
git checkout -b "$branch"
49
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git main
@@ -63,7 +63,7 @@ case $1 in
63
64
65
66
- git fetch origin master
+ git fetch origin main
67
git -c advice.detachedHead=false checkout "$RUST_VERS"
68
"$cg_clif/git-fixed-subtree.sh" push --prefix=compiler/rustc_codegen_cranelift/ "$cg_clif" sync_from_rust
69
popd
0 commit comments