aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-03-09 13:24:07 +0100
committerKarel Kočí <karel.koci@nic.cz>2020-03-09 13:24:07 +0100
commitfee48f96bf06055172f0232e264b60c2bbf96374 (patch)
tree7fbe6fab292da113760af1d3cf69e07ea65d76dd
parentab8a339a863baad24a291350619e2868c9afe772 (diff)
downloadmyconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.tar.gz
myconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.tar.bz2
myconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.zip
gitconfig: rebase on pull and recurse fetch with parallel
-rw-r--r--gitconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/gitconfig b/gitconfig
index 161f062..bf50890 100644
--- a/gitconfig
+++ b/gitconfig
@@ -2,10 +2,15 @@
name = Karel Kočí
email = cynerd@email.cz
signingkey = A6BC8B8CEB31659B
-[push]
- default = simple
[core]
editor = vim
+[fetch]
+ recurseSubmodules = true
+ parallel = 8
+[pull]
+ rebase = true
+[push]
+ default = simple
[commit]
gpgsign = true
verbose = true