]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_gitconfig
Auto commit by The Sugar System.
[sugar.git] / dot-files / _gitconfig
index 88d572da174df64b4f0d7054caa6ca04a4906a3a..150ad9f9b594537bc66f3ea2c982e29d5ccadf22 100644 (file)
@@ -8,6 +8,8 @@
        renames = copies
 [grep]
        lineNumber = true
+[http]
+       sslVerify = false
 [log]
        decorate = full
 [alias]
@@ -16,3 +18,6 @@
        sh = show
        st = status
        gl = log --stat --graph
+       pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f"
+[push]
+       default = simple