get fix color

This commit is contained in:
Will Hilton 2016-01-10 05:23:59 +00:00
parent c464236446
commit 8c51bb1427

View file

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