testing..

This commit is contained in:
pika 2024-05-22 18:43:38 +02:00
parent 3e36e72a8e
commit fda25dfc7b
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ function gsa
read repo
echo "-- enter the branch to checkout (main/master..) --"
read branch
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist /) --"
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --"
read -S path
echo "git submodule add --branch $branch --name $path $repo"
end