10 lines
199 B
TOML
10 lines
199 B
TOML
provider = "github"
|
|
token_command = "pass show github | pf '.personal_access_token.grm.value'"
|
|
root = "~/projects/github"
|
|
force_ssh = true
|
|
worktree = true
|
|
|
|
[filters]
|
|
# owner = true
|
|
# groups = ["hi"]
|