mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Add sandbox button to the title, and add CLI badge explainer
This commit is contained in:
parent
cab8a9837c
commit
13dc516edf
9 changed files with 30 additions and 8 deletions
scenes
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue