diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-03-09 13:24:07 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-03-09 13:24:07 +0100 |
commit | fee48f96bf06055172f0232e264b60c2bbf96374 (patch) | |
tree | 7fbe6fab292da113760af1d3cf69e07ea65d76dd /gitconfig | |
parent | ab8a339a863baad24a291350619e2868c9afe772 (diff) | |
download | myconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.tar.gz myconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.tar.bz2 myconfigs-fee48f96bf06055172f0232e264b60c2bbf96374.zip |
gitconfig: rebase on pull and recurse fetch with parallel
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |