Sublime Merge small improvements

This commit is contained in:
2024-08-20 16:56:41 +02:00
parent 8f91b50c0c
commit e030342ca5
2 changed files with 8 additions and 0 deletions

View File

@ -21,4 +21,11 @@
"command": "git",
"args": { "argv": [ "browse" ] }
},
{
"caption": "Branch -D --all (delete remote and local branch)",
"command": "delete_branch",
"args": {
"argv": [ true, true, true ]
}
}
]