From 204b97d20f63601c6c6540ccc4f20e4725023c05 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 8 Nov 2016 14:04:06 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0