dotfiles/dot_config/topgrade.d/10-git.toml
2024-04-14 18:41:15 -07:00

15 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"