mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
"branch-remove" level
This commit is contained in:
parent
3904abb6c4
commit
803f4f897a
3 changed files with 53 additions and 1 deletions
resources
|
@ -94,6 +94,11 @@
|
|||
"command": "git branch [string]",
|
||||
"description": "Create a new branch."
|
||||
},
|
||||
{
|
||||
"id": "branch-delete",
|
||||
"command": "git branch -D [ref]",
|
||||
"description": "Delete a branch."
|
||||
},
|
||||
{
|
||||
"id": "file-new",
|
||||
"command": "touch [string]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue