From: PHO Date: Tue, 8 Nov 2016 05:04:06 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=204b97d20f63601c6c6540ccc4f20e4725023c05 Auto commit by The Sugar System. --- diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index 150ad9f..48089e7 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -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