get fix color
This commit is contained in:
parent
c464236446
commit
8c51bb1427
1 changed files with 6 additions and 0 deletions
6
bin/get
6
bin/get
|
|
@ -407,6 +407,12 @@ git submodule init
|
||||||
cd "$CWD"
|
cd "$CWD"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
fix)
|
||||||
|
if [[ "$2" = "color" ]]; then
|
||||||
|
git config --global color.ui always
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Passing args straight to git..."
|
echo "Passing args straight to git..."
|
||||||
git $@
|
git $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue