"branch-remove" level

This commit is contained in:
blinry 2020-11-13 12:27:15 +01:00
parent 3904abb6c4
commit 803f4f897a
3 changed files with 53 additions and 1 deletions
resources

View file

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