changed git.sh

This commit is contained in:
pika 2024-05-23 20:30:45 +02:00
parent 3fb58186a9
commit 5927b09e7d

View file

@ -15,8 +15,8 @@ function gsa
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --" echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --"
read -S path read -S path
# echo "-- enter a name for the submodule --" echo "-- enter a name for the submodule --"
# read -l name read -l name
# ─< Ask the user for confirmation if the constructed command looks correct >─────────────── # ─< Ask the user for confirmation if the constructed command looks correct >───────────────
echo "git submodule add --branch $branch $repo $path" echo "git submodule add --branch $branch $repo $path"