If command is not recognized, pass directly to git.
This commit is contained in:
parent
f7850fbd78
commit
091550a4ed
1 changed files with 5 additions and 0 deletions
5
bin/get
5
bin/get
|
|
@ -281,4 +281,9 @@ git log --color \
|
|||
--abbrev-commit -10 "${@:2}"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Passing args straight to git..."
|
||||
git $@
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue