punkfairie
d940c5b44a
Add .config/topgrade.d/10-windows.toml Add .config/topgrade.d/20-containers.toml Add .config/topgrade.d/20-distrobox.toml Add .config/topgrade.d/20-yarn.toml Add .config/topgrade.d/30-vagrant.toml Add .config/topgrade.d/30-vim.toml Change attributes of .config/topgrade.d/20-composer.toml Change attributes of .config/topgrade.d/20-git.toml Change attributes of .config/topgrade.d/20-npm.toml
15 lines
326 B
TOML
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"
|