From: PHO Date: Tue, 8 Nov 2016 05:45:56 +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=e2466ee55a87821c96804b010aa837f8d36df801 Auto commit by The Sugar System. --- diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index 48089e7..4ec2ab0 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -23,3 +23,5 @@ draft = "!f(){ git push origin HEAD:refs/drafts/${1-master}; }; f" [push] default = simple +[pull] + rebase = true