mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
5 lines
117 B
Fish
5 lines
117 B
Fish
function __fisher_url_clone -a url path
|
|
set -lx GIT_ASKPASS /bin/echo
|
|
git clone -q --depth 1 $url $path
|
|
end
|