testing..
This commit is contained in:
parent
3a25f27595
commit
e312eddf84
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function gsa
|
||||||
read -l -S path
|
read -l -S path
|
||||||
|
|
||||||
echo "-- enter a name for the submodule --"
|
echo "-- enter a name for the submodule --"
|
||||||
read -l -S 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 --name $name $repo $path"
|
echo "git submodule add --branch $branch --name $name $repo $path"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue