dotfiles/dot_config/topgrade.d/20-git.toml

16 lines
326 B
TOML
Raw Normal View History

2024-04-14 18:41:15 -07:00
[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"