new card images

This commit is contained in:
bleeptrack 2021-02-18 12:37:06 +01:00
parent cba3a0db30
commit 437cbb7a37
35 changed files with 4158 additions and 10 deletions
resources

View file

@ -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]",