mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:33:52 +01:00
22 lines
448 B
TOML
22 lines
448 B
TOML
[default]
|
|
description = "Default permissions for the plugin"
|
|
permissions = [
|
|
"allow-add",
|
|
"allow-add-credential",
|
|
"allow-add-remote",
|
|
"allow-branch",
|
|
"allow-checkout",
|
|
"allow-commit",
|
|
"allow-delete-branch",
|
|
"allow-fetch-all",
|
|
"allow-initialize",
|
|
"allow-log",
|
|
"allow-merge-branch",
|
|
"allow-pull",
|
|
"allow-push",
|
|
"allow-remotes",
|
|
"allow-rm-remote",
|
|
"allow-status",
|
|
"allow-unstage",
|
|
]
|