From 8c51bb142705677b0aca462e30884bfa342bfc0b Mon Sep 17 00:00:00 2001 From: Will Hilton Date: Sun, 10 Jan 2016 05:23:59 +0000 Subject: [PATCH] get fix color --- bin/get | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/get b/bin/get index 74115dc..4f2a93c 100755 --- a/bin/get +++ b/bin/get @@ -407,6 +407,12 @@ git submodule init cd "$CWD" ;; +fix) +if [[ "$2" = "color" ]]; then + git config --global color.ui always +fi +;; + *) echo "Passing args straight to git..." git $@