]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_gitconfig
Auto commit by The Sugar System.
[sugar.git] / dot-files / _gitconfig
index 840e655419b2adb8db94488e80153efbd424f3e2..48089e73b0a3baf35576bbed8f85b4a7f45f2b67 100644 (file)
@@ -8,6 +8,8 @@
        renames = copies
 [grep]
        lineNumber = true
+[http]
+       sslVerify = false
 [log]
        decorate = full
 [alias]
@@ -16,5 +18,8 @@
        sh = show
        st = status
        gl = log --stat --graph
+       pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f"
+       review = "!f(){ git push origin HEAD:refs/for/${1-master}; }; f"
+       draft = "!f(){ git push origin HEAD:refs/drafts/${1-master}; }; f"
 [push]
        default = simple