We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3c9fb commit 8cf569dCopy full SHA for 8cf569d
system/.function_git
@@ -5,6 +5,6 @@ function git() {
5
[[ "$url" =~ ^[^:]+/.+$ ]] && url="[email protected]:${url}.git"
6
command git clone "$url" "${@:3}" && cdl
7
else
8
- command git $@
+ command git "$@"
9
fi
10
}
0 commit comments