Skip to content

Commit

Permalink
Update .config/topgrade/topgrade.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 13, 2023
1 parent 272cfe7 commit c4fdacc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dot_config/topgrade/topgrade.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[git]

# Git repositories that you want to pull and push
repos = [
"~/Code/*/**",
"~/.local/share/chezmoi"
]

# Arguments to pass Git when pulling repositories
pull_arguments = "--rebase --autostash"

# Arguments to pass Git when pushing repositories
push_arguments = "--all"

[misc]

# Skip sending a notification at the end of a run (default: false)
Expand Down

0 comments on commit c4fdacc

Please sign in to comment.