1
0
silverbullet/packages/plugs/git/git.plug.yaml
Zef Hemel 76636dd9b1 Work
2022-04-26 19:04:36 +02:00

22 lines
371 B
YAML

name: git
requiredPermissions:
- shell
functions:
snapshotCommand:
path: "./git.ts:snapshotCommand"
env: client
command:
name: "Git: Snapshot"
syncCommand:
path: "./git.ts:syncCommand"
env: client
command:
name: "Git: Sync"
commit:
path: "./git.ts:commit"
env: server
sync:
path: "./git.ts:sync"
env: server