minor changes
This commit is contained in:
parent
9d53a5d6b6
commit
a8c9a97908
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
function gsa
|
||||
echo "-- enter the repository to add as a submodule: https://"
|
||||
echo "-- enter the repository to add as a submodule --"
|
||||
read -S repo
|
||||
echo "-- enter the branch to checkout (main/master..): "
|
||||
echo "-- enter the branch to checkout (main/master..) --"
|
||||
read -S 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
|
||||
echo "git submodule add --branch $branch --name $path https://$repo"
|
||||
echo "git submodule add --branch $branch --name $path $repo"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue