Work on the intro and the index chapter

This commit is contained in:
blinry 2021-01-11 19:16:35 +01:00
parent 4910e4d566
commit 8d333ce56a
31 changed files with 327 additions and 185 deletions
resources

View file

@ -2,7 +2,7 @@
{
"id": "init",
"command": "git init",
"description": "Initialize the time machine!"
"description": "Drag this card into the empty space above to initialize the time machine!"
},
{
"id": "clone",
@ -12,7 +12,7 @@
{
"id": "config-name",
"command": "git config --global user.name [string]",
"description": "Set your name."
"description": "Set your name.\n\n(Will not change anything outside of this game.)"
},
{
"id": "config-email",
@ -57,12 +57,12 @@
{
"id": "pull",
"command": "git pull",
"description": "Get timelines from a colleague."
"description": "Get timelines from a friend."
},
{
"id": "push",
"command": "git push",
"description": "Give timelines to a colleague."
"description": "Give timelines to a friend."
},
{
"id": "rebase-interactive",
@ -157,12 +157,12 @@
{
"id": "file-delete",
"command": "rm [file]",
"description": "Delete a new file."
"description": "Delete a file."
},
{
"id": "file-rename",
"command": "mv [file] [string]",
"description": "Rename a new file."
"description": "Rename a file."
},
{
"id": "file-copy",