diff options
author | EuAndreh <eu@euandre.org> | 2025-01-06 16:33:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-06 16:33:50 -0300 |
commit | 2349c157beb55926c1207a025f1bc7e748b6f214 (patch) | |
tree | 5056c7529bdcd42acb4296e50bd67225b4d22d23 | |
parent | bin/gc: Don't do Guix and Nix GC (diff) | |
download | dotfiles-2349c157beb55926c1207a025f1bc7e748b6f214.tar.gz dotfiles-2349c157beb55926c1207a025f1bc7e748b6f214.tar.xz |
etc/git/config: fetch all remotes, and in parallel
-rw-r--r-- | etc/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/git/config b/etc/git/config index 29e8e46..f4eacc6 100644 --- a/etc/git/config +++ b/etc/git/config @@ -30,3 +30,6 @@ [advice] detachedHead = false forceDeleteBranch = false +[fetch] + all = true + parallel = 0 |