changed git.sh
This commit is contained in:
parent
3fb58186a9
commit
5927b09e7d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue