Add sandbox button to the title, and add CLI badge explainer

This commit is contained in:
blinry 2021-02-04 15:19:54 +01:00
parent cab8a9837c
commit 13dc516edf
9 changed files with 30 additions and 8 deletions

View file

@ -18,7 +18,7 @@ func _ready():
path = game.tmp_prefix+"/repos/sandbox/"
helpers.careful_delete(path)
game.global_shell.run("mkdir " + path)
game.global_shell.run("mkdir '%s'" % path)
game.global_shell.cd(path)
game.global_shell.run("git init")
game.global_shell.run("git symbolic-ref HEAD refs/heads/main")