mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
"move file" level
This commit is contained in:
parent
f742085fd1
commit
adfc753096
2 changed files with 33 additions and 0 deletions
resources
|
@ -103,5 +103,10 @@
|
|||
"id": "file-delete",
|
||||
"command": "rm [file]",
|
||||
"description": "Delete a new file."
|
||||
},
|
||||
{
|
||||
"id": "file-rename",
|
||||
"command": "mv [file] [string]",
|
||||
"description": "Rename a new file."
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue