mirror of
https://github.com/wnagrodzki/SublimeMergeToolkit.git
synced 2025-05-03 01:22:41 +02:00
Add menu item: Stash File
This commit is contained in:
parent
bbf79ebb5e
commit
1881a409e7
1 changed files with 9 additions and 0 deletions
9
Diff Context.sublime-menu
Normal file
9
Diff Context.sublime-menu
Normal file
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"caption": "Stash File",
|
||||
"command": "git",
|
||||
"args": {
|
||||
"argv": ["stash", "push", "$path"]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue