diff --git a/bin/get b/bin/get index 86dac62..ce6bab0 100755 --- a/bin/get +++ b/bin/get @@ -281,4 +281,9 @@ git log --color \ --abbrev-commit -10 "${@:2}" ;; +*) +echo "Passing args straight to git..." +git $@ +;; + esac