Add menu item: Stash File

This commit is contained in:
Wojciech Nagrodzki 2020-04-23 07:31:13 +02:00
parent bbf79ebb5e
commit 1881a409e7
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569

View file

@ -0,0 +1,9 @@
[
{
"caption": "Stash File",
"command": "git",
"args": {
"argv": ["stash", "push", "$path"]
}
}
]