mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
new card images
This commit is contained in:
parent
cba3a0db30
commit
437cbb7a37
35 changed files with 4158 additions and 10 deletions
resources
|
@ -134,11 +134,6 @@
|
|||
"command": "git rm [file]",
|
||||
"description": "Delete a file both in the working directory, as well as the index."
|
||||
},
|
||||
{
|
||||
"id": "mv",
|
||||
"command": "git mv [file] [string]",
|
||||
"description": "DOESN'T WORK YET\n\nRename a file both in the working directory, as well as the index."
|
||||
},
|
||||
{
|
||||
"id": "commit",
|
||||
"command": "git commit",
|
||||
|
@ -164,11 +159,6 @@
|
|||
"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