testing..

This commit is contained in:
pika 2024-05-22 18:26:08 +02:00
parent 34ffc411fd
commit 9d53a5d6b6

View file

@ -5,6 +5,6 @@ function gsa
read -S branch
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist /"
read -S path
echo "git submodule add --branch $branch --name $path $repo"
echo "git submodule add --branch $branch --name $path https://$repo"
end