]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Tue, 8 Nov 2016 05:04:06 +0000 (14:04 +0900)
committerPHO <pho@cielonegro.org>
Tue, 8 Nov 2016 05:04:06 +0000 (14:04 +0900)
dot-files/_gitconfig

index 150ad9f9b594537bc66f3ea2c982e29d5ccadf22..48089e73b0a3baf35576bbed8f85b4a7f45f2b67 100644 (file)
@@ -19,5 +19,7 @@
        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