testing..

This commit is contained in:
pika 2024-05-22 18:39:01 +02:00
parent e6e72075e5
commit 3e36e72a8e

View file

@ -1,8 +1,8 @@
function gsa function gsa
echo "-- enter the repository to add as a submodule --" echo "-- enter the repository to add as a submodule --"
read -S repo read repo
echo "-- enter the branch to checkout (main/master..) --" echo "-- enter the branch to checkout (main/master..) --"
read -S branch 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 /) --"
read -S path read -S path
echo "git submodule add --branch $branch --name $path $repo" echo "git submodule add --branch $branch --name $path $repo"