8 lines
183 B
TOML
8 lines
183 B
TOML
provider = "github"
|
|
token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'"
|
|
root = "~/code/github.com"
|
|
worktree = true
|
|
|
|
[filters]
|
|
owner = true
|