More polish, hide unfinished chapters/levels

This commit is contained in:
blinry 2021-01-13 17:30:32 +01:00
parent be45b82e41
commit 5df4932ad5
19 changed files with 48 additions and 55 deletions
resources

View file

@ -64,6 +64,11 @@
"command": "git pull",
"description": "Get timelines from a friend."
},
{
"id": "fetch",
"command": "git fetch [remote]",
"description": "Get timelines from a friend."
},
{
"id": "push",
"command": "git push",
@ -154,6 +159,11 @@
"command": "git reflog [ref, head]",
"description": "Display a log of there the ref pointed to in the past."
},
{
"id": "remote-add",
"command": "mv [file] [string]",
"description": "Rename a file."
},
{
"id": "file-new",
"command": "touch [string]",