16 lines
326 B
TOML
16 lines
326 B
TOML
|
[git]
|
||
|
# How many repos to pull at max in parallel
|
||
|
# max_concurrency = 5
|
||
|
|
||
|
# Additional git repositories to pull
|
||
|
# repos = [
|
||
|
# "~/src/*/",
|
||
|
# "~/.config/something"
|
||
|
# ]
|
||
|
|
||
|
# Don't pull the predefined git repos
|
||
|
# pull_predefined = false
|
||
|
|
||
|
# Arguments to pass Git when pulling Repositories
|
||
|
# arguments = "--rebase --autostash"
|