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 5e56be9 commit 9598077Copy full SHA for 9598077
1 file changed
codeclash/games/game.py
@@ -212,6 +212,7 @@ def get_environment(self, branch_name: str | None = None) -> DockerEnvironment:
212
environment.execute(
213
f"git remote set-url origin {new_url} && "
214
f"git fetch --all && "
215
+ f"git branch {branch_name} && "
216
f"git checkout {branch_name} && "
217
f"git pull origin"
218
)
0 commit comments