mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
More polish, hide unfinished chapters/levels
This commit is contained in:
parent
be45b82e41
commit
5df4932ad5
19 changed files with 48 additions and 55 deletions
resources
|
@ -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]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue