diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ [core] editor = vim excludesfile = /home/cynerd/.gitignore +[checkout] + defaultRemote=origin [fetch] recurseSubmodules = true parallel = 8 |