From e635d0de2e01982bf385a9280d25e5278171a0c1 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Sun, 10 Aug 2025 20:35:56 -0700 Subject: [PATCH] ori --- system/ui/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/ui/setup.py b/system/ui/setup.py index ef994137d8..532a135771 100755 --- a/system/ui/setup.py +++ b/system/ui/setup.py @@ -321,6 +321,7 @@ class Setup(Widget): run_cmd(["git", "remote", "set-branches", "--add", "origin", BRANCH], INSTALL_PATH) run_cmd_default(["git", "update-ref", f"refs/remotes/origin/{BRANCH}", "refs/remotes/origin/release3-staging"], cwd=INSTALL_PATH) run_cmd(["git", "branch", "-m", BRANCH], INSTALL_PATH) + run_cmd(["git", "branch", f"--set-upstream-to=origin/{BRANCH}", BRANCH], INSTALL_PATH) with open(CONTINUE_PATH, "w") as f: f.write(CONTINUE)