testing..
This commit is contained in:
parent
3e36e72a8e
commit
fda25dfc7b
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue