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 $@